Scripts for simplifying various MD and QM calculations
MOLPARAM:
- molparam.py usage: molparam.py [-h] -n NAME [-c CHARGE] [-m MULTIPLICITY]
- Require that ORCA 6 and AmberTools24 are installed and that PATH is updated.
- A python wrapper script that reads the output coordinates from a ORCA 6 geometry opimization, dervies partial charges with the new abcg2 method and build LIB and frcmod files based on the gaff2 force field.
- This script should be fine for organic molecules (not metal comnplexes). I recommend to rub ORCA with ! BP86 def2-SVP OPT TightSCF CPCM(water).
QMATOMS2ORCA:
- Save the file qmatoms2orca.py to you PyMOL working dir.
- Load the coordinate file in PyMOL.
- Use PyMOL selection algebra to retain the wanted QM atoms in the selection named "sele"
- Run the script by executing the following command in the PyMOL terminal: run qmatoms2orca.py
- Copy the printed list into the orca imnput file (e.g. QMAtoms {692:708 932:948 998:1017 1075:1091 3173:3189 3244:3260 3520:3539 3596:3612 4596:4623} end )