Installation
Clone the repository:
git clone https://github.com/raulorteg/QuantumDeepField_moleculeCreate the python virtual environment (I use python 3.9.14):
virtualenv --py=python3.9 qdfActivate virtualenv
source qdf/bin/activateInstall requirements
python -m pip install -r requirements.txtNote: Your system might need a different torch installation (https://pytorch.org/get-started/locally/)