Installation

Requirements

  • python >= 3.7 with pip

Installation

Installation can be done as simple as typing in the terminal the line below:

python -m pip install dqc

To install the nightly version, you can type:

git clone https://github.com/diffqc/dqc
cd dqc
python -m pip install -e .