Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Any update to the workflow will be distributed via an update to this environment.

Installing openff-benchmark for testing

While we are testing the package, you will need to clone and install the openff-benchmark package from source:

Code Block
conda activate openff-benchmark-optimization
git clone https://github.com/openforcefield/openff-benchmark.git
cd openff-benchmark
pip install -e .

This will make the openff-benchmark CLI available to you.

To get the latest development version, do a git pull when inside the openff-benchmark directory.

Software Updates

Whenever we need to update any of the software with bug fixes or improvements we will update the conda environment above. To install these updates it is recommended that you remove the current working environment with conda env remove -n openff-benchmark-optimization and install again using the instructions above.

...