-
Setup the Python environment, we need Python>=3.6. It is recommended to use conda for the setup.
-
Install the importlib_resources package for locating the nwqsim lib.
pip install importlib_resources
- Build the package
python setup build
- Install the package
python setup install
- Test the setup
python ghz.py
Please find how to call the simulator in the examplar ghz.py.