Skip to content

adam-srut/One-molecule-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

One-molecule-visualization

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.

Examples of different representations and visualizations of vibrational modes:

example

Features:

  • 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.

About

Script for visualization of small molecules.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages