orquestra-qulacs
is a Zapata library holding modules for integrating qulacs with Orquestra.
Even though it's intended to be used with Orquestra, orquestra-qulacs
can be also used as a Python module.
Just run pip install .
from the main directory.
orquestra-qulacs
is a Python module that exposes Qulacs's simulators as an QuantumSimulator
compatible with Orquestra Core framework. It can be imported with:
from orquestra.integrations.qulacs.simulator import QulacsSimulator
In addition, it also provides converters that allow switching between qulacs
circuits and those of orquestra
.
The module can be used directly in Python or in an Orquestra workflow. For more details, see the Orquestra Qulacs integration docs.
For more information regarding Orquestra and resources, please refer to the Orquestra documentation.
You can find the development guidelines in the orquestra-quantum
repository.