Cirq 0.4.0 released for writing quantum circuits
Cirq is a Python library for writing quantum circuits and running them against quantum computers created by Google. Cirq 0.4.0 is now released and...
UK researchers build the world’s first quantum compass to overthrow GPS
British researchers have successfully built the world’s first standalone quantum compass, which will act as a replacement for GPS as it allows highly accurate...
Salesforce’s open sourcing Centrifuge: A library for accelerating JVM restarts
Yesterday, Paymon Teyer, a principal member of Technical Staff at Salesforce, introduced Centrifuge as a library, which is also a framework for scheduling and...
Intel Optane DC Persistent Memory available first on Google Cloud
On 30th October, Google announced in a blog post the alpha availability of virtual machines with 7TB of total memory utilizing Intel Optane DC...
Quantum computing – Trick or treat?
Quantum computing uses quantum mechanics in quantum computers to solve a diverse set of complex problems. It uses qubits to store information in parallel...
Is Atlassian’s decision to forbid benchmarking potentially masking its degrading performance?
Last week, Atlassian software company released their updated ‘Atlassian Software License Agreement’ and their ‘Cloud Terms of Service’, which would be effective from the...
What is Quantum Entanglement?
Einstein described it as “Spooky action at a distance”.
Quantum entanglement is a phenomenon observed in photons where particles share information of their state -...
Quantum Computing is poised to take a quantum leap with industries and governments on...
“We’re really just, I would say, six months out from having quantum computers that will outperform classical computers in some capacity". -- Joseph Emerson, Quantum...
Seven wrongs don’t make the one right: Solving a problem with Functional Javascript
Functional Programming has several advantages for better, more understandable and maintainable code. Currently, it's popping up in many languages and frameworks, but let's not...
Concurrency programming 101: Why do programmers hang by a thread?
A thread can be defined as an ordered stream of instructions that can be scheduled to run as such by operating systems. These threads,...