Demos

Downloading myQLM notebooks

Please download this zip file containing all our notebooks.

Then, you can start the notebook overview.ipynb which contains a table of content of all our tutorials.

jupyter notebook path/to/overview.ipynb

Please clone the GitHub repository myqlm-notebooks containing all our notebooks

Then, you can start the notebook overview.ipynb which contains a table of content of all our tutorials.

jupyter notebook path/to/overview.ipynb

myQLM notebooks can be executed without installing anything, by running these notebooks in your web browser, using myBinder. Several environments are available:

myBinder without myQLM-interop

Run myQLM notebooks in your browser, using an environment without myQLM-interop installed.

https://mybinder.org/v2/gh/myQLM/myqlm-notebooks/master?filepath=overview.ipynb
myBinder with myQLM-interop for Qiskit

Environment in which myQLM-interop with Qiskit Binder has been installed

https://mybinder.org/v2/gh/myQLM/myqlm-notebooks/qiskit?filepath=overview.ipynb
myBinder with myQLM-interop for Cirq

Environment in which myQLM-interop with Cirq Binder has been installed

https://mybinder.org/v2/gh/myQLM/myqlm-notebooks/cirq?filepath=overview.ipynb
myBinder with myQLM-interop for PyQuil

Environment in which myQLM-interop with PyQuil Binder has been installed

https://mybinder.org/v2/gh/myQLM/myqlm-notebooks/pyquil?filepath=overview.ipynb
myBinder with myQLM-interop for ProjectQ

Environment in which myQLM-interop with Qiskit ProjectQ has been installed

https://mybinder.org/v2/gh/myQLM/myqlm-notebooks/projectq?filepath=overview.ipynb

Tutorials

Overview: circuit optimization

Synthopline

Running digital quantum simulations for spin and fermionic systems

Programming with qat.lang

Basic quantum algorithms

Adding plugins to your computation stack

Designing and running variational algorithms in the QLM

First steps with the QLM

Combinatorial Optimization Problems

interoperability

Simulation of quantum circuits on the QLM: introduction