Skip to content

myQLM/myqlm-interop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QLM interoperability module

This Python package contains some simple binders with other: Python-based quantum programming frameworks:

  • IBM Qiskit

  • Google Circ

  • Microsoft ProjectQ

  • Rigetti Pyquil

Installation

You can either install a separate package for each platform:

pip install myqlm-interop[qiskit_binder]
pip install myqlm-interop[projectq_binder]
pip install myqlm-interop[cirq_binder]
pip install myqlm-interop[pyquil_binder]

or install them all at the same time:

pip install myqlm-interop[all]

Documentation

Check out the online documentation.