JUSTUS2/Software/Molden: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<!--{| align="right" {{Table|width=40%}} --> {|{{Softwarebox}} |- ! colspan="2" style="text-align:center" | Molden |- | module load | chem/molden |- | Availability | [[bwUniC…") |
K Siegmund (talk | contribs) No edit summary |
||
(26 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Softwarepage|chem/molden}} |
|||
<!--{| align="right" {{Table|width=40%}} --> |
|||
{|{{Softwarebox}} |
|||
{| width=600px class="wikitable" |
|||
|- |
|- |
||
⚫ | |||
! colspan="2" style="text-align:center" | Molden |
|||
|- |
|- |
||
| module load |
| module load |
||
| chem/molden |
| chem/molden |
||
|- |
|||
| Availability |
|||
| [[bwUniCluster]] |
|||
|- |
|- |
||
| License |
| License |
||
| |
| Free. See: [http://www.cmbi.ru.nl/molden/CopyRight.html Copyright CMBI] |
||
|- |
|- |
||
|Citing |
| Citing |
||
| [http://www.cmbi.ru.nl/molden/ref.html Reference] |
| [http://www.cmbi.ru.nl/molden/ref.html Molden-Reference] |
||
|- |
|- |
||
| Links |
| Links |
||
| [http://www.cmbi.ru.nl/molden Homepage]; [http://www.cmbi.ru.nl/molden Documentation] |
| [http://www.cmbi.ru.nl/molden/ Homepage] | [http://www.cmbi.ru.nl/molden Documentation] |
||
|- |
|- |
||
| Graphical Interface |
| Graphical Interface |
||
| [[#Graphical User Interface (GUI)|Yes]] |
|||
| 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 |
'''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. |
||
<br> |
<br> |
||
== Versions and Availability == |
|||
A current list of the versions available on the bwUniCluster and bwForClusters can be obtained from the Cluster Information System: [http://cis-hpc.uni-konstanz.de/prod.cis/Molden CIS Information on Molden] |
|||
On the command line interface of any bwHPC cluster, a list of the available i versions using |
|||
<pre> |
|||
$ module avail chem/molden |
|||
</pre> |
|||
<br> |
|||
= Usage = |
|||
⚫ | |||
=== Loading the module === |
|||
== Command-Line == |
|||
You can load the default version of ''Molden'' with the command |
|||
<pre> |
|||
$ module load chem/molden |
|||
</pre> |
|||
If you wish to load a specific (older) version of ''Molden'', you can do so using e.g. |
|||
<pre> |
|||
$ module load chem/molden/5.1 |
|||
</pre> |
|||
to load the version 5.1 |
|||
<br> |
|||
<br> |
|||
=== Software Binaries === |
|||
⚫ | |||
<pre> |
<pre> |
||
$ molden |
$ molden |
||
</pre> |
</pre> |
||
== Graphical User Interface (GUI) == |
|||
or |
|||
<pre> |
<pre> |
||
$ gmolden |
$ gmolden & |
||
</pre> |
</pre> |
||
[[File:molden_gui.jpg]] |
|||
<br> |
|||
==== Binary options ==== |
|||
Available binary options can be taken from the binary help: |
|||
<pre> |
|||
$ molden -h |
|||
</pre> |
|||
or from the [http://www.cmbi.ru.nl/molden/command.html website]. |
|||
<br> |
|||
== Examples == |
|||
To visualize the cartesian coordinates of one molecule stored in the file ''molecule.xyz'' without automatic conversion to Z-matrix, execute: |
|||
<pre> |
|||
$ molden -a molecule.xyz |
|||
</pre> |
|||
<br> |
|||
== Version-Specific Information == |
|||
For specific information about version ''X'', see the information available via the module system with the command |
|||
<pre> |
|||
$ module help chem/molden/X |
|||
</pre> |
|||
<br> |
|||
---- |
|||
[[Category:Chemistry software]][[Category:bwUniCluster]] |
Latest revision as of 10:00, 23 April 2024
The main documentation is available via |
Description | Content |
---|---|
module load | chem/molden |
License | Free. See: Copyright CMBI |
Citing | Molden-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.
Usage
Once the module Molden is loaded, the binaries molden (Command-Line) and gmolden (GUI) can be directly executed:
Command-Line
$ molden
Graphical User Interface (GUI)
$ gmolden &