Visualization software for computational chemistry, biology and physics

Visualization mostly should be done on viz (Molden, Avogadro, JMol or VMD), but also short-time geometry checks are possible on base (Molden, Avogadro or JMol).





Short introduction


  1. Accesse viz by remote access programs (more preferable) or by ssh protocol (less preferable):

     ssh -X -Y -J  UNI-ID@base.hpc.taltech.ee UNI-ID@viz
    
  2. Load enviroment (gray or gray/spack/):

     module load viz-spack
     module load jmol
    
  3. Run visualization program (jmol, molden, avogadro, vmd or rasmol):

     jmol job.xyz
    

Visualization long version




Molden


Molden is a nice program for visualization the results of quantum chemical calculations.

Molden is a quite universal:
  • reads various input and output formats,

  • can be used as a Z-matrix editor,

  • shows optimization paths,

  • animates reaction paths and molecular vibrations,

  • displays molecular orbitals and electron densities.


Environment

On viz environment is set up by the commands:

module load viz-spack
module load molden

On base environment is set up by the commands:

module load green/all
module load molden

Running Molden

Molden is executed by command molden and reads .xyz, Gaussian and ORCA outputs, etc.

molden job.out
Some useful links:
  • Molden manual

  • Building molecule video

  • Calculation results visualization video (includes showing optimization path and molecular vibrations)


molden

How to cite:






Avogadro


Avogadro is an advanced molecule editor and visualizer designed for computational chemistry, molecular modeling, bioinformatics, materials science, and related areas.

Avogado has many useful options:
  • construction of molecules from fragments,

  • Z-matrix generation,

  • geometry optimization,

  • measurements,

  • performing a conformational search,

  • reading various input and output formats,

  • showing of molecular orbitals and electron density,

  • animation of reaction paths and molecular vibrations,

  • construction of IR spectra.


Environment

On viz there is a native install of Avogadro (no modules needed).

On base environment is set up by the commands:

module load green/all
module load Avogadro

Running Avogadro

Avogadro is executed by command avogadro and reads various input and output formats.

 avogadro job.log
Some useful links:

Avogadro

How to cite:






JMol


JMol is a free, open source viewer of molecular structures that supports a wide range of chemical file formats.

JMol has following possibilities:
  • visualization of animation,

  • visualization of vibration,

  • visualization of surfaces,

  • visualization of orbitals,

  • schematic shapes for secondary structures in biomolecules,

  • measurements.


Environment

On viz environment is set up by the commands:

module load green-spack
module load jmol

On base by the commands:

module load green-spack 
module load jmol

Running JMol

JMol is executed by command jmol and reads .xyz, .pdb, .mol formats, etc.

jmol job.pdb

JMol

How to cite:

Jmol 14.31.0: an open-source Java viewer for chemical structures in 3D. Available at http://www.jmol.org/.





VMD


Visual Molecular Dynamics (VMD) is a molecular modelling and visualization program designed of biological systems. It supports over 60 file formats and has user-extensible graphical and text-based interfaces, as well as built-on standard Tcl/Tk and Python scripting languages. VMD provides a wide range of methods for visualizing and coloring molecules or atom subsets and an extensive selection syntax for subsets of atoms and has no limits on the number of molecules, atoms, residues or trajectory frames.

VMD has the following features:
  • animation of MD trajectories,

  • analysis of MD trajectories,

  • analysis of sequences and structures of proteins and nucleic acids,

  • ability to export graphics to files that can be processed by ray tracing and image rendering packages,

  • ability to write molecular analysis programs in the Tcl language.


Some useful links:

Environment

The first time use, the user has to read the license at https://www.ks.uiuc.edu/Research/vmd/current/LICENSE.html the software can only be used if the license is accepted! If you agree to the license, do:

touch ~/.licenses/vmd-accepted 

after that it is needed to unload module and load it again by commands:

module unload VMD/1.9.3-text
module load VMD

if this is the first time you accept a license agreement, the following commands should be given:

mkdir .licenses
touch ~/.licenses/vmd-accepted 
module unload VMD/1.9.3-text
module load VMD

On viz environment is set up by the commands:

module load viz
module load VMD

On base environment is set up by the commands:

module load green
module load VMD 

User also needs to agree with the licenses, as described above.

Running VMD

VMD is executed by command vmd and reads various input and output formats.

vmd job.mol

VMD

How to cite:


In addition, the following articles should be cited depending on the functionalities used:





RasMol


RasMol is a molecular graphics program for visualisation of proteins, nucleic acids and small molecules. RasMol provides a variety of colour schemes and molecule representations. In RasMol, different parts of the molecule may be represented and coloured independently of the rest of the molecule or displayed in several representations simultaneously, and atoms may also be labelled with arbitrary text strings. In addition, RasMol can read a prepared list of commands from a ‘script’ file. Supported input file formats are .pdb, .mol2, .mdl, .msc, .xyz, .xmol, CHARMm and CIF formats files. Finally, the rendered image may be written in a variety of formats such as GIF, PPM, BMP, PICT, Sun rasterfile or as a MolScript input script or Kinemage.

RasMol is available on viz just by common rasmol.

rasmol job.mol
Some useful links:

How to cite:

Herbert J. Bernstein, 2009. RasMol, available at: http://www.rasmol.org/.