This project is part of QOSST.
qosst-sim allows to perform some simulations.
The module can be installed with the following command:
pip install qosst-simIt is also possible to install it directly from the github repository:
pip install git+https://github.com/qosst/qosst-simIt also possible to clone the repository before and install it with pip or poetry
git clone https://github.com/qosst/qosst-sim
cd qosst-alice
poetry install
pip install .The whole documentation can be found at https://qosst-sim.readthedocs.io/en/latest/
As for all submodules of QOSST, qosst-sim is shipped under the Gnu General Public License v3.
Contribution are more than welcomed, either by reporting issues or proposing merge requests. Please check the contributing section of the QOSST project fore more information.
