JUSTUS2/Software/Molden: Difference between revisions
K Siegmund (talk | contribs) |
|||
Line 28: | Line 28: | ||
== Versions and Availability == |
== Versions and Availability == |
||
A |
A list of versions currently available on all bwHPC-C5-Clusters can be obtained from the |
||
<br> |
|||
<big> |
|||
[https://cis-hpc.uni-konstanz.de/prod.cis/ Cluster Information System CIS] |
|||
</big> |
|||
{{#widget:Iframe |
|||
|url=https://cis-hpc.uni-konstanz.de/prod.cis/bwUniCluster/chem/molden |
|||
|width=99% |
|||
|height=200 |
|||
|border=1 |
|||
}} |
|||
<big><p style="color: red;">Open the above links by using the right mouse button and select "open in a new window" or "open in a new tab".</p></big> |
|||
<br> |
|||
On the command line interface of any bwHPC cluster, a list of the available i versions using |
On the command line interface of any bwHPC cluster, a list of the available i versions using |
||
<pre> |
<pre> |
Revision as of 10:51, 26 November 2015
Molden | |
---|---|
module load | chem/molden |
Availability | bwUniCluster, bwForCluster_Chemistry |
License | free, Copyright CMBI |
Citing | Reference |
Links | Homepage; Documentation |
Graphical Interface | Yes |
Description
Molden is a software package for displaying molecular coordinates, molecular orbitals, electron densities from various quantum chemical software packages and supports contour and 3-D grid plots. Moreover, Molden supports many output formats including postscript, povray, OpenGL and hpgl.
Versions and Availability
A list of versions currently available on all bwHPC-C5-Clusters can be obtained from the
Cluster Information System CIS
{{#widget:Iframe |url=https://cis-hpc.uni-konstanz.de/prod.cis/bwUniCluster/chem/molden |width=99% |height=200 |border=1 }}
Open the above links by using the right mouse button and select "open in a new window" or "open in a new tab".
On the command line interface of any bwHPC cluster, a list of the available i versions using
$ module avail chem/molden
Usage
Loading the module
You can load the default version of Molden with the command
$ module load chem/molden
If you wish to load a specific (older) version of Molden, you can do so using e.g.
$ module load chem/molden/5.1
to load the version 5.1
Software Binaries
Once the module Molden is loaded, the binaries molden and gmolden can be directly executed:
$ molden
or
$ gmolden
Binary options
Available binary options can be taken from the binary help:
$ molden -h
or from the website.
Examples
To visualize the cartesian coordinates of one molecule stored in the file molecule.xyz without automatic conversion to Z-matrix, execute:
$ molden -a molecule.xyz
Version-Specific Information
For specific information about version X, see the information available via the module system with the command
$ module help chem/molden/X