一些量子化学计算的简单辅助脚本 ChemCaculationScripts

一些量子化学计算的简单辅助脚本 ChemCaculationScripts

Useful scripts for chemical caculation, such as Gaussian, orca and Multiwfn.

Scripts

script function
ev2kal cover uint of B-factor field (i.e. ESP) in vtx.pdb caculated by Multiwfn.
out2gjf extract and save final converged structure from .out file.

ev2kal.py

The unit of B-factor field (i.e. ESP) in vtx.pdb caculated by Multiwfn could be eV or kcal/mol. Use this script to unify the unit to kcal/mol.

1
python ev2kcal.py vtx.pdb vtx-kcal.pdb

out2gjf.py

A easy way to extract and save final converged structure from .out file.

1
2
python out2gjf.py  # handle all the .out files in current path.
python out2gif.py H2O.out # extract from H2O.out.

评论

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×