Quantum computing references

Quantum
Some articles and pointers if you wish to dig deeper into quantum topology and quantum computing.
Keywords

Quantum Computing, Quantum Field Theory

Software

  • Liquid superseded by Q# based on C# while Liquid is a F# framework. There is strong focus on quantum chemistry and it shows in the examples and documentation.
  • QuTip (Python) is probably the most complete module. It has lots of examples to simulate standard quantum mechanics.
  • A long list of QC simulators including all sorts of esoteric languages.
  • SymPy quantum is a namespace in Python’s symbolic math and has plenty of goodies. Including implementations of Shor’s algorithm and more.
  • QISKIT is a promising new addition on the scene with the support of IBM research.

Books

Articles

Github and more