Script for visualization of small molecules.
2D plots of moderately size molecules can be easily created from .xyz files. Script requires compiled Julia with packages: ArgParse, Interact, Luxor, Colors and Blink and PeriodicTable. Run script from terminal specifying path to the .xyz file:
one_mol_vis.jl /path/to/molecule.xyz
Interactive window will appear which allows you to rotate and resize your molecule.
Molecule plot is automaticaly saved in the working directory every time you change the orientation of the molecule.
Try $ one_mol_vis.jl --help
to list all the options.
- Whole periodic table is supported through PeriodicTable package.
- Visualization of normal modes from quantum chemistry calculations.
- Support for Orca calculations.
- Support for Turbomole calculations, now through Molden format (use
tm2molden
). - Support for MOLDEN format.