Code for Hyperparameter Optimization project for "Big Data & Quantum Mechanics" (Andrew Medford).
jobs
contains.pbs
files defining jobs to run on PACEsrc/ampopt
contains code for preprocessing, running hyperparameter optimization jobs, and analyzing resultssrc/ampopt_cli
exposes the functionality ofampopt
via a CLIdata
contains the source.traj
files, as well as the preprocessed.lmdb
files (onceampopt preprocess
has been run).env_gpu.yml
andenv_cpu.yml
contain dependencies for machines with and without (respectively) GPU.setup-session.sh
is a convenience script for PACE jobssetup.py
defines howampopt
Python package and command are installed.
For setup and installation instructions, please refer to SETUP.md.
For notebook tutorials, see:
For more comprehensive (but drier) instructions, please refer to USAGE.md.
Finally, for full explanation of all options, see ampopt --help
or
ampopt <command> --help
.