Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

mopac

Semi-empirical quantum chemistry with MOPAC.

Setup

cd mopac
python3 -m venv .venv && source .venv/bin/activate && pip install ase rdkit -q

Environment variables

None.

Usage

python3 scripts/mopac_optimize.py --help

Dependencies

  • ase
  • rdkit