Installation
Note
It is advised to set up a python environment before installing the package, such as venv, hatch, pyenv, conda or poetry. (Qadence 2 in development mode uses hatch
).
To install the current version of Qadence 2 IR, there are a few options:
Installation from PYPI
On the terminal, type
Installation from Source
Clone this repository by typing on the terminal
Go to qadence2-ir
folder and install it using hatch
Use hatch environment on your IDE or terminal to use qadence2-ir
package.