We provide the environment.yml
file in the main folder to recreate the exact Conda environment with the same pip and Conda packages.
- Clone this repository:
git clone https://github.com/sola-st/MorphQ-Quantum-Qiskit-Testing-ICSE-23.git
- make sure you have conda on your system (Download Conda for your system here) and that your system meets all the requirements (see REQUIREMENTS.md)
- Run the following command:
conda env create -f environment.yml
- Then activate the environment with:
conda activate MorphQ
- Congratulations! You are ready to run MorphQ.