<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bwhpc.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=J+Kucera</id>
	<title>bwHPC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bwhpc.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=J+Kucera"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/e/Special:Contributions/J_Kucera"/>
	<updated>2026-05-13T03:08:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=Software_Modules_Lmod&amp;diff=13016</id>
		<title>Software Modules Lmod</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=Software_Modules_Lmod&amp;diff=13016"/>
		<updated>2024-10-10T12:38:13Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Software Module System - Lmod&lt;br /&gt;
&lt;br /&gt;
= Preface =&lt;br /&gt;
&lt;br /&gt;
This guide provides a general overview and introduction to the software system management via Lmod on JUSTUS 2 for new users as well as for experienced users coming, e.g. from sites planted with different Environment modules systems.&lt;br /&gt;
&lt;br /&gt;
= Scientific Software management through the module system Lmod =&lt;br /&gt;
The following sections covers the basic module commands needed to find and load the scientific applications installed on the JUSTUS 2.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
JUSTUS 2 uses Linux operating system. The standard Linux packages are installed on the front end nodes (login and visualisation nodes).&lt;br /&gt;
The &#039;&#039;&#039;scientific software is accessible via so called module system&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;To find and load an scientific application, one needs to use module commands.&#039;&#039;&#039; For example the following command sequence:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load chem/gaussian/g16.C.01&lt;br /&gt;
module list&lt;br /&gt;
module help chem/gaussian/g16.C.01&lt;br /&gt;
cp $GAUSSIAN_EXA_DIR/bwforcluster-gaussian-example.sbatch .&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
1. loads the module with gaussian software package of version 16, revision C.01&lt;br /&gt;
2. prints out the list of currently load modules&lt;br /&gt;
3. provides the user help for the particular gaussian module&lt;br /&gt;
4. copies the template batch script which was specifically designed for submission of g16 jobs into SLURM workload manager on JUSTUS 2.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why we use module system? Modules load scientific software ===&lt;br /&gt;
The module system on JUSTUS 2 is managed by &#039;&#039;&#039;[https://lmod.readthedocs.io/en/latest/ Lmod]&#039;&#039;&#039; (https://lmod.readthedocs.io/en/latest/).&lt;br /&gt;
The module system incorporates majority of the computational software available - this includes among others compilers, mpi libraries, numerical libraries, computational&lt;br /&gt;
chemistry packages, python specific libraries etc.. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;The programs managed by the module system are by default not utilizable. It has to be &amp;quot;loaded&amp;quot; to become executable.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The use of &#039;&#039;&#039;module system&#039;&#039;&#039; provide among others the following &#039;&#039;&#039;functionalities&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; When &#039;&#039;&#039;loading a module&#039;&#039;&#039;, it automatically &#039;&#039;&#039;sets the appropriate environment variables required by the application to run properly&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; It also takes care about the &#039;&#039;&#039;module dependency&#039;&#039;&#039;. It either loads all additional modules required for the application, or it informs the user if additional dependency modules need to be manually loaded.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; It &#039;&#039;&#039;prevents loading of modules&#039;&#039;&#039; that could be &#039;&#039;&#039;in conflicts&#039;&#039;&#039; and can &#039;&#039;&#039;cause instability or unexpected behavior&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Among the main functionalities of Lmod belongs &#039;&#039;&#039;module load&#039;&#039;&#039; to make variety of the software packages pre-installed on the cluster accessible. &#039;&#039;&#039;This is feasible by only a single command&#039;&#039;&#039;: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load &amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The activation is realized by &#039;&#039;&#039;dynamical modification of the user&#039;s shell environment&#039;&#039;&#039;. This simply includes &#039;&#039;&#039;adding new paths&#039;&#039;&#039; to bin directories with the specific software &#039;&#039;&#039;into the PATH environmental variable&#039;&#039;&#039;. Typically, Lmod modifies &#039;&#039;&#039;PATH&#039;&#039;&#039; and &#039;&#039;&#039;LD_LIBRARY_PATH&#039;&#039;&#039; as well as it &#039;&#039;&#039;sets new variables&#039;&#039;&#039; as, for example &#039;&#039;&#039;&amp;lt;SOFTWARE_NAME&amp;gt;_EXA_DIR&#039;&#039;&#039; containing path to directory with the examples for a specific software.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Example: compare the content of $PATH environmental variable before and after the load of the gaussian module:&lt;br /&gt;
&amp;lt;br&amp;gt;Before the load of gaussian module: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo $PATH&lt;br /&gt;
/home/software/common/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
which g16&lt;br /&gt;
/usr/bin/which: no g16 in (/home/software/common/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml chem/gaussian&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
After gaussian is loaded:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo $PATH&lt;br /&gt;
/.../chem/gaussian/g16.C.01/x86_64-Intel-avx2-source/g16/bsd:/.../chem/gaussian/g16.C.01/x86_64-Intel-avx2-source/g16:/home/software/common/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
which g16&lt;br /&gt;
/.../chem/gaussian/g16.C.01/x86_64-Intel-avx2-source/g16/g16&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Basic functions of Lmod and commands ===&lt;br /&gt;
&amp;lt;br&amp;gt;The module system has other useful capabilities then just  the managing the environment.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;     (i) to list available software&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module available&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br&amp;gt; (ii) to load (activate) modules (particular software)&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br&amp;gt; (iii) to unload (inactivate) modules (particular software)&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module unload&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module purge&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;     (iv) to list currently loaded modules&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br&amp;gt; (v) to search through all packages within the module system&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module available&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module spider&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module keyword&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br&amp;gt; (vi) to provide specific help information for a particular module system&amp;lt;br&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module help&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module whatis&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Elementary Lmod Commands ==&lt;br /&gt;
The module commands below might be used interactively (in shells&#039; current session), as well as in the shell scripts, in particular in the sbatch scripts used for submission of the computational jobs into SLURM (workload manager on JUSTUS2).&lt;br /&gt;
=== List of available software modules ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module available&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
alternatively also in a short form&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml av&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Module naming convention: Category/Name/Version ===&lt;br /&gt;
On JUSTUS 2 (similarly as on other HPC sites of bwHPC), the software modules are grouped into&lt;br /&gt;
several categories:&lt;br /&gt;
&amp;lt;!--* [[:Category:Chemistry_software|chem]]--&amp;gt;&lt;br /&gt;
* chem&lt;br /&gt;
&amp;lt;!--* [[:Category:Compiler_software|compiler]]--&amp;gt;&lt;br /&gt;
* compiler&lt;br /&gt;
&amp;lt;!--* [[:Category:Debugger_software|devel]]--&amp;gt;&lt;br /&gt;
* devel&lt;br /&gt;
&amp;lt;!--* [[:Category:Libraries|lib]]--&amp;gt;&lt;br /&gt;
* lib&lt;br /&gt;
&amp;lt;!--* [[:Category:Numerical libraries|numlib]]--&amp;gt;&lt;br /&gt;
* numlib&lt;br /&gt;
&amp;lt;!--* [[:Category:Physics software|phys]]--&amp;gt;&lt;br /&gt;
* phys&lt;br /&gt;
&amp;lt;!--*  [[:Category:System software|system]]--&amp;gt;&lt;br /&gt;
* system&lt;br /&gt;
&amp;lt;!--* [[:Category:Visualization|vis]]--&amp;gt;&lt;br /&gt;
* vis&lt;br /&gt;
&amp;lt;!--* [[:Category:Mathematical ecosystems|math]]--&amp;gt;&lt;br /&gt;
* math&lt;br /&gt;
&lt;br /&gt;
This makes it easier for&lt;br /&gt;
users to get oriented within the  module system. For example Gaussian 16 program allowing&lt;br /&gt;
to calculate electronic structure of molecules is found in the category chem (together with other&lt;br /&gt;
programs used by theoretical chemists).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Each the category is further divided according to software packages and those finally according to software versions. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The full &#039;&#039;&#039;name of a module&#039;&#039;&#039; always consists of three parts &#039;&#039;&#039;category, name, and version&#039;&#039;&#039; separated by slash &#039;&#039;&#039;category/name/version&#039;&#039;&#039; . Consequently, the&lt;br /&gt;
full name of the module with Gaussian 16 package is &#039;&#039;&#039;chem/gaussian/g16.C.01&#039;&#039;&#039;. Analogously, gnu compiler of version 10.2 is addressed as &#039;&#039;&#039;compiler/gnu/10.2&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
See, for example, all modules of category chem with:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml av chem&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
---------------------------------------------- /opt/bwhpc/common/modulefiles/Core----------------------------------------------------------------------------------&lt;br /&gt;
   chem/adf/2019.304               chem/gaussian/g16.C.01             chem/molpro/2020.1        (D)    chem/orca/5.0.1-xtb-6.4.1                 chem/tmolex/4.6            (D)&lt;br /&gt;
   chem/ams/2020.101               chem/gaussview/6.1.1               chem/namd/2.14                   chem/orca/5.0.1                    (D)    chem/turbomole/7.4.1&lt;br /&gt;
   chem/ams/2020.103               chem/gromacs/2020.2                chem/nbo/6.0.18_i4               chem/quantum_espresso/6.5                 chem/turbomole/7.5         (D)&lt;br /&gt;
   chem/ams/2021.102        (D)    chem/gromacs/2020.4                chem/nbo/6.0.18_i8        (D)    chem/quantum_espresso/6.7_openmp-5        chem/vasp/5.4.4.3.16052018&lt;br /&gt;
   chem/cfour/2.1_openmpi          chem/gromacs/2021.1         (D)    chem/openbabel/3.1.1             chem/quantum_espresso/6.7          (D)    chem/vmd/1.9.3&lt;br /&gt;
   chem/cp2k/7.1                   chem/jmol/14.31.3                  chem/openmolcas/19.11            chem/schrodinger/2020-2                   chem/xtb/6.3.3&lt;br /&gt;
   chem/cp2k/8.0_devel      (D)    chem/lammps/stable_3Mar2020        chem/openmolcas/21.06     (D)    chem/schrodinger/2021-1            (D)    chem/xtb/6.4.1             (D)&lt;br /&gt;
   chem/dalton/2020.0              chem/molcas/8.4                    chem/openmolcas/21.10            chem/siesta/4.1-b4&lt;br /&gt;
   chem/dftbplus/20.2.1-cpu        chem/molden/5.9                    chem/orca/4.2.1-xtb-6.3.3        chem/siesta/4.1.5                  (D)&lt;br /&gt;
   chem/gamess/2020.2              chem/molpro/2019.2.3               chem/orca/4.2.1                  chem/tmolex/4.5.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or, analogously, all available versions of intel compilers:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml av compiler/intel&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
--------------------------------------------------------------------------------/opt/bwhpc/common/modulefiles/Core--------------------------------------------------------------&lt;br /&gt;
   compiler/intel/19.0    compiler/intel/19.1    compiler/intel/19.1.2 (D)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Load specific software ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load &amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or shortly&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml &amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example to load gaussian of version 16 one has to run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml chem/gaussian/g16.C.01&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== List of the loaded modules ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or simply&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Default module version  ===&lt;br /&gt;
In case of there is multiple software versions, one version is always pre-determined as the &#039;&#039;&#039;default&#039;&#039;&#039;&lt;br /&gt;
version. To address a default version, &#039;&#039;version&#039;&#039; can be omitted in the module identifier.&lt;br /&gt;
For example, the loading of the default intel compiler module is realized via&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml compiler/intel&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml&lt;br /&gt;
&lt;br /&gt;
Currently Loaded Modules:&lt;br /&gt;
  1) compiler/intel/19.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Unload a specific software from the environment ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module unload &amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or equivalently&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml -&amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
for example to unload previously loaded vasp module chem/vasp/5.4.4.3.16052018&lt;br /&gt;
use&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml -chem/vasp/5.4.4.3.16052018&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Unload all the loaded modules  ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module purge&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml purge&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Providing a specific help for a particular module ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module help &amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml help &amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Software job examples and batch script templates === &lt;br /&gt;
Majority of the software modules provides examples, including job queueing system examples (batch scripts)&lt;br /&gt;
for slurm. A full path the directory with examples is normally contained in &amp;lt;SOFTWARE_NAME&amp;gt;_EXA_DIR&lt;br /&gt;
environmental variable. For example the examples for Gromacs-2021.1 are located in (after the loading of the module).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml chem/gromacs/2021.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo $GROMACS_EXA_DIR/&lt;br /&gt;
/opt/bwhpc/common/chem/gromacs/2021.1-openmpi-4.0/bwhpc-examples/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ls $GROMACS_EXA_DIR&lt;br /&gt;
GROMACS_TestCaseA  Performance-Tuning-and-Optimization-of-GROMACS.pdf  README&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ls $GROMACS_EXA_DIR/GROMACS_TestCaseA/&lt;br /&gt;
gromacs-2021.1_gpu.slurm  gromacs-2021.1.slurm  ion_channel.tpr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Users may make a copy of these examples and use it as template for their own job scripts:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp $GROMACS_EXA_DIR/GROMACS_TestCaseA/gromacs-2021.1_gpu.slurm .&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note: All the batch scripts examples are fully functional, i.e. the example scripts could be directly submitted into the queuing system, to launch a test job.&#039;&#039;&#039;&lt;br /&gt;
Typically, the scripts launch a short, simple calculation of the given software. Moreover, most of the sbatch scripts contain&lt;br /&gt;
general submit instructions, as well as hints specific for the particular program.&lt;br /&gt;
&lt;br /&gt;
=== Searching through module names ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module available &amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or shortly&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml av &amp;lt;module_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, searching for python modules is realized via&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml av python&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
with the following output:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
----------------------------------------------------------------------------------- /opt/bwhpc/common/modulefiles/Core ------------------------------------------------------------------------------------&lt;br /&gt;
   devel/python/3.8.3    lib/python_matplotlib/3.2.2_numpy-1.19.0_python-3.8.3    numlib/python_numpy/1.19.0_python-3.8.3    numlib/python_scipy/1.5.0_numpy-1.19.0_python-3.8.3&lt;br /&gt;
&lt;br /&gt;
Use &amp;quot;module spider&amp;quot; to find all possible modules and extensions.&lt;br /&gt;
Use &amp;quot;module keyword key1 key2 ...&amp;quot; to search for all possible modules matching any of the &amp;quot;keys&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== What does this software do? Command when you don&#039;t know this software ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml whatis &amp;lt;modulename&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
provides the short description of the software package.&lt;br /&gt;
&lt;br /&gt;
=== Finding detailed information about a specific module ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module spider &amp;lt;searching_pattern&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or just&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml spider &amp;lt;searching_pattern&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Extended searching through entire module system ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module keyword &amp;lt;searching_pattern&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, to find out which modules contain fftw library:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml keyword fftw&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
which gives the following info:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
The following modules match your search criteria: &amp;quot;fftw&amp;quot;&lt;br /&gt;
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
  numlib/mkl: numlib/mkl/2019, numlib/mkl/2020, numlib/mkl/2020.2&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Best Practices when working with modules ==&lt;br /&gt;
=== Always load modules with the entire module name === &lt;br /&gt;
The software stack is updated regularly. The adding of the new software version usually revokes which version is marked as default.  &lt;br /&gt;
The newer software is not always backwards compatible, including the existing scripts, workflow, or even input files.&lt;br /&gt;
Therefore it is strongly recommended to avoid the loading based on just category and software name. Instead, one should always use the entire module name (including the version) to make sure the same module is loaded each time.&lt;br /&gt;
&lt;br /&gt;
=== Load only those modules that are needed for the current application === &lt;br /&gt;
Only load modules that are needed for the current script or workflow you are running, to reduce the chance of unexpected behavior caused by module conflicts.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Typical error&#039;&#039;&#039; sometimes seen on the cluster by loading of vasp module is this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml compiler/intel/19.1.2&lt;br /&gt;
ml mpi/impi/2019.8&lt;br /&gt;
ml chem/vasp/5.4.4.3.16052018&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The correct way&#039;&#039;&#039; is indeed only:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml chem/vasp/5.4.4.3.16052018&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Do not use module commands in .bashrc, .bash_profile etc. scripts ===&lt;br /&gt;
Avoid including “module load” commands in your .bashrc or .bash_profile files. As an alternative, create a bash script with the module load commands and source it each time, to load the modules needed.&lt;br /&gt;
&lt;br /&gt;
=== Use &#039;module help&#039; command ===&lt;br /&gt;
see [[Software_Modules_Lmod#Providing_a_specific_help_for_a_particular_module]]&lt;br /&gt;
&lt;br /&gt;
=== Check content of $&amp;lt;SOFTWARE_NAME&amp;gt;_EXA_DIR folder ===&lt;br /&gt;
see [[//wiki.bwhpc.de/e/Software_Modules_Lmod#Software_job_examples_and_batch_script_templates]]&lt;br /&gt;
&lt;br /&gt;
=== Use &#039;ml purge&#039; in sbatch scripts before the first &#039;ml load&#039; ===&lt;br /&gt;
The environment in effect at the time of the sbatch, salloc, or srun commands is executed are propagated &lt;br /&gt;
to the spawned processes, i.e. also to the job-script. Consequently, should be some module loaded at the&lt;br /&gt;
time of the &#039;sbatch &amp;lt;job-script&amp;gt;&#039; command execution, its state, i.e. &amp;quot;loaded&amp;quot;, as well as the values of&lt;br /&gt;
the set environmental variables will be propagated with the job.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Thus, consider to put &#039;ml purge&#039; command as the first module command when you are designing your job-scripts.&lt;br /&gt;
This might prevent variety of module conflict situations.&lt;br /&gt;
&lt;br /&gt;
Imagine for example, in the following scenario&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
On the login node:&lt;br /&gt;
&lt;br /&gt;
ml compiler/intel/19.1.2&lt;br /&gt;
salloc --nodes=1 --ntasks-per-node=1&lt;br /&gt;
&lt;br /&gt;
... waiting for the allocation of the resources ...&lt;br /&gt;
Once on the compute node execute&lt;br /&gt;
&lt;br /&gt;
ml compiler/gnu/10.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
the load of compiler/gnu/10.2 module on the compute node fails with following error:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Lmod has detected the following error:  Cannot load module &amp;quot;compiler/gnu/10.2&amp;quot; because these module(s) are loaded:&lt;br /&gt;
   compiler/intel&lt;br /&gt;
&lt;br /&gt;
While processing the following module(s):&lt;br /&gt;
    Module fullname    Module Filename&lt;br /&gt;
    ---------------    ---------------&lt;br /&gt;
    compiler/gnu/10.2  /opt/bwhpc/common/modulefiles/Core/compiler/gnu/10.2.lua&lt;br /&gt;
&lt;br /&gt;
[ul_l_tkz12@login02 ~]$ ml&lt;br /&gt;
&lt;br /&gt;
Currently Loaded Modules:&lt;br /&gt;
  1) compiler/intel/19.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Useful Extras ==&lt;br /&gt;
=== Conflicts between modules ===&lt;br /&gt;
Some modules cannot be loaded together at the same time. For example two different versions of the same package cannot&lt;br /&gt;
be activated simultaneously. The modules might already built-in this functionality. In such circumstances, Lmod, during the loading, either&lt;br /&gt;
prints an error message and no module is loaded, or the module is reloaded - the old module is unloaded and only the new module is become activated.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Example of two versions of the intel compiler - module reload:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml compiler/intel/19.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml&lt;br /&gt;
&lt;br /&gt;
Currently Loaded Modules:&lt;br /&gt;
  1) compiler/intel/19.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml compiler/intel/19.1.2 &lt;br /&gt;
&lt;br /&gt;
The following have been reloaded with a version change:&lt;br /&gt;
  1) compiler/intel/19.1 =&amp;gt; compiler/intel/19.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml&lt;br /&gt;
&lt;br /&gt;
Currently Loaded Modules:&lt;br /&gt;
  1) compiler/intel/19.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Example of two different compilers intel and gnu triggers the module conflict with the error during the load of gnu - the new module is not loaded:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml compiler/intel/19.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml&lt;br /&gt;
&lt;br /&gt;
Currently Loaded Modules:&lt;br /&gt;
  1) compiler/intel/19.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml compiler/gnu/10.2 &lt;br /&gt;
Lmod has detected the following error:  Cannot load module &amp;quot;compiler/gnu/10.2&amp;quot; because these module(s) are loaded:&lt;br /&gt;
   compiler/intel&lt;br /&gt;
&lt;br /&gt;
While processing the following module(s):&lt;br /&gt;
    Module fullname    Module Filename&lt;br /&gt;
    ---------------    ---------------&lt;br /&gt;
    compiler/gnu/10.2  /opt/bwhpc/common/modulefiles/Core/compiler/gnu/10.2.lua&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml&lt;br /&gt;
&lt;br /&gt;
Currently Loaded Modules:&lt;br /&gt;
  1) compiler/intel/19.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Solution:&#039;&#039;&#039; intel compiler must be unloaded prior the load of gnu module.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml -compiler/intel/19.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml compiler/gnu/10.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml&lt;br /&gt;
&lt;br /&gt;
Currently Loaded Modules:&lt;br /&gt;
  1) compiler/gnu/10.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Module dependencies (why there is no mpi module?) ===&lt;br /&gt;
Some modules can depends on other modules. Typically, many modules depends on mpi library, Mpi library depends on a compiler, etc.. The user does not need&lt;br /&gt;
to care about these fundamental dependencies. Majority of modules automatically take care about loading of all necessary packages it is depending on.&lt;br /&gt;
However, there is an eminent exception - mpi library. While the most of the installed parallel applications exist for only one compiler-mpi combination,&lt;br /&gt;
there are variety of mpi libraries of the same versions built with different compilers. For example there are two sets of OpenMPI 4.0 modules for intel and gnu compilers.&lt;br /&gt;
Thus, an user who wants to load a specific mpi must chose (load) a particular compiler prior the mpi module load. Note, that the mpi modules also remains&lt;br /&gt;
&amp;quot;invisible&amp;quot; for &amp;quot;module av &amp;lt;mpi_name&amp;gt;&amp;quot; command until a certain compiler is not loaded. This due to the module hierarchy of Lmod. More details about the hierarchy&lt;br /&gt;
is below in [[Software_Modules_Lmod#Semi_hierarchical_layout_of_modules_on_JUSTUS_2]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Consequences of the partial module hierarchy for mpi modules ====&lt;br /&gt;
Mpi modules remains invisible for a user (prompted &#039;&#039;module avail&#039;&#039;) until some compiler module has been loaded. Once the compiler module has been activated corresponding mpi modules, i.e. built with the particular compiler, become visible.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
E.g., with the originally empty list of the loaded modules, the module command &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or its shorthand analogue&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
$ ml av&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
displays no mpi module available. After running&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml compiler/intel/19.1&lt;br /&gt;
ml av&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
mpi packages compatible with the intel 19.1 compiler becomes visible&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
------------ /opt/bwhpc/common/modulefiles/Compiler/intel/19.1 --------------------&lt;br /&gt;
   mpi/impi/2019.7    mpi/openmpi/4.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
in the list of the available software.&lt;br /&gt;
&lt;br /&gt;
=== Online user guide of Lmod ===&lt;br /&gt;
The complete user guide can be found on Lmod websites [https://lmod.readthedocs.io/en/latest/010_user.html]&lt;br /&gt;
&lt;br /&gt;
=== Additional Module System tasks ===&lt;br /&gt;
Lmod offers more than 25 sub-commands plus various options to manage the modulefile system installed on JUSTUS 2. See, e.g. output of &amp;quot;module --help&amp;quot; command. Large majority of users will use only couple of them. A complete list of module sub-commands can be displayed by entering &amp;quot;module --help&amp;quot; command or in [https://lmod.readthedocs.io/en/latest/010_user.html Lmod online documentation]. The following text lists only a couple of them.&lt;br /&gt;
&lt;br /&gt;
== Other topics == &lt;br /&gt;
=== Which shells supports module commands? ===&lt;br /&gt;
So far Bash is only supported shell on JUSTUS 2 to interpret module commands.&lt;br /&gt;
&lt;br /&gt;
=== Semi hierarchical layout of modules on JUSTUS 2 ===&lt;br /&gt;
&lt;br /&gt;
==== Module hierarchy in Lmod ====&lt;br /&gt;
The structure of software modules on JUSTUS 2 exploits a &amp;quot;semi&amp;quot; hierarchical structure. This is slightly different from what can be seen on another HPC systems with &amp;quot;full&amp;quot; hierarchical structure. The typical systems with full hierarchy put compiler modules (i.e., intel, gcc) in the uppermost (Core) level, depending libraries (e.g., MPI) on the second level, and more depending libraries on a third level. As a consequence, not all the modules contained in the module system are initially visible, namely the modules putted in the second and third layer. Only after a loading a compiler module, the modules of the second layer directly depending on the particular compiler will become available. And similarly, loading an MPI module will make the modules of the third layer depending on the loaded MPI library visible.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Semi hierarchy of software stack on JUSTUS 2 ====&lt;br /&gt;
JUSTUS 2 adopted the hierarchical structure of the modules layout only partially. In particular, there is only &amp;quot;Core&amp;quot; and the &amp;quot;second&amp;quot; level presented and there are only mpi modules contained in the second level. All other modules, i.e. for example those from the &amp;quot;chem&amp;quot; sub-cathegory such as &#039;&#039;vasp&#039;&#039;, &#039;&#039;turbomole&#039;&#039;, or &#039;&#039;gaussian&#039;&#039;, or those located in the &amp;quot;numlib&amp;quot; sub-cathegory such as &#039;&#039;mkl&#039;&#039; or &#039;&#039;python_numpy&#039;&#039;, are embodied in the &amp;quot;Core&amp;quot; level.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Module dependency ====&lt;br /&gt;
The adopted hierarchy models is not the only tool handling the module dependency. As a matter of fact, most of the modules on JUSTUS 2 require a provision of functionalities from another modules, albeit located in the &amp;quot;Core&amp;quot; level. Such provisioning is implemented in a modulefile either automatically without a need of any action from the user (the depending modulefile, while loading, loads all additional modules automatically) or the depending modulefile, while loading, informs the user about necessity to pre-load additional modules if those has not been activated yet (in this case the user must repeat the loading operation). Which of the solution is applied rests with the decision of the person who built the particular module.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
An example of module with the implemented automated pre-loading is &#039;&#039;orca&#039;&#039; module. With the pre-emptied list of the loading modules, i.e.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
shows &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
No modules loaded&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
, the command sequence&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ml chem/orca&lt;br /&gt;
ml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
shows&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Currently Loaded Modules:&lt;br /&gt;
  1) compiler/intel/19.1   2) chem/orca/4.2.1 &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I.e., loading of the &#039;&#039;intel&#039;&#039; compiler is built-in the &#039;&#039;orca&#039;&#039; module.&lt;br /&gt;
&lt;br /&gt;
=== Complete list of Lmod options and sub-commands === &lt;br /&gt;
The whole list of module options and all commands available can be displayed by running&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
man module&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module --help&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do Modules work? ===&lt;br /&gt;
The default shell on the bwHPC clusters is bash, so explanations and examples will be shown for bash. In general, programs cannot modify the environment of the shell they are being run from, so how can the module command do exactly that?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module command is not a program, but a bash-function.&lt;br /&gt;
You can view its content using:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
type module&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and you will get the following result:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
type module&lt;br /&gt;
module is a function&lt;br /&gt;
module ()&lt;br /&gt;
{&lt;br /&gt;
    eval $($LMOD_CMD bash &amp;quot;$@&amp;quot;);&lt;br /&gt;
    [ $? = 0 ] &amp;amp;&amp;amp; eval $(${LMOD_SETTARG_CMD:-:} -s sh)&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In this function, lmod is called. Its output to stdout is then executed inside your current shell using the bash-internal &#039;&#039;eval&#039;&#039; command. As a consequence, all output that you see from the module is transmitted via stderr (output handle 2)  or in so&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[#top|Back to top]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12661</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12661"/>
		<updated>2024-02-29T12:57:55Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Miscellaneous Notes to Usage = &lt;br /&gt;
* ORCA utilizes MPI parallelization, specifically backed by OpenMPI. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes and --ntasks-per-node.&amp;lt;br&amp;gt;Avoid using the --cpus-per-task directive. All the ORCA modules load the appropriate OpenMPI module automatically.&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039; &lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&amp;lt;br&amp;gt;To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
* The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;.&amp;lt;br&amp;gt;The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
* The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12660</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12660"/>
		<updated>2024-02-29T12:57:39Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Parallelization = &lt;br /&gt;
QUANTUM ESPRESSO utilizes hybrid MPI/OpenMP parallelization. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes, --ntasks-per-node, and --cpus-per-task. It is recommended to conduct benchmarks before submitting a large number of productive jobs.&lt;br /&gt;
&lt;br /&gt;
QUANTUM ESPRESSO implements several levels of MPI parallelization, distributing both calculations and data structures across processors. These processors are organized hierarchically into different groups identified by various MPI communicators (you might also refer to the following [https://www.quantum-espresso.org/Doc/user_guide/node20.html link]:&lt;br /&gt;
&lt;br /&gt;
* world: The group of all processors (MPI_COMM_WORLD).&lt;br /&gt;
* images: Processors divided into different &amp;quot;images,&amp;quot; each corresponding to a distinct self-consistent or linear-response calculation, loosely coupled to others.&lt;br /&gt;
* pools: Each image can be subdivided into &amp;quot;pools,&amp;quot; each responsible for a group of k-points.&lt;br /&gt;
* bands: Each pool is further subdivided into &amp;quot;band groups,&amp;quot; each handling a group of Kohn-Sham orbitals, especially useful for calculations with hybrid functionals.&lt;br /&gt;
* PW: Orbitals in the PW basis set, charges, and density are distributed across processors. Linear-algebra operations on PW grids are automatically parallelized. 3D FFTs transform electronic wave functions between reciprocal and real space, with planes of the 3D grid distributed in real space to processors.&lt;br /&gt;
* tasks: FFTs on Kohn-Sham states are redistributed to &amp;quot;task&amp;quot; groups to allow efficient parallelization of the 3D FFT when the number of processors exceeds the number of FFT planes.&lt;br /&gt;
* linear-algebra group: A further level of parallelization involves subspace diagonalization/iterative orthonormalization, organized into a square 2D grid of processors. This group performs parallel diagonalization using standard linear algebra operations. Preferred options include ELPA and ScaLAPACK, with alternative built-in algorithms available.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that not all parallelization levels are implemented in all parts of the code.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12659</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12659"/>
		<updated>2024-02-29T12:57:12Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-----------------------------------------------------------/opt/bwhpc/common/modulefiles/Core ---------------------------------------------------------------&lt;br /&gt;
   chem/quantum_espresso/6.5    chem/quantum_espresso/6.7_openmp-5    chem/quantum_espresso/6.7    chem/quantum_espresso/7.0 (D)    chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Parallelization = &lt;br /&gt;
QUANTUM ESPRESSO utilizes hybrid MPI/OpenMP parallelization. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes, --ntasks-per-node, and --cpus-per-task. It is recommended to conduct benchmarks before submitting a large number of productive jobs.&lt;br /&gt;
&lt;br /&gt;
QUANTUM ESPRESSO implements several levels of MPI parallelization, distributing both calculations and data structures across processors. These processors are organized hierarchically into different groups identified by various MPI communicators (you might also refer to the following [https://www.quantum-espresso.org/Doc/user_guide/node20.html link]:&lt;br /&gt;
&lt;br /&gt;
* world: The group of all processors (MPI_COMM_WORLD).&lt;br /&gt;
* images: Processors divided into different &amp;quot;images,&amp;quot; each corresponding to a distinct self-consistent or linear-response calculation, loosely coupled to others.&lt;br /&gt;
* pools: Each image can be subdivided into &amp;quot;pools,&amp;quot; each responsible for a group of k-points.&lt;br /&gt;
* bands: Each pool is further subdivided into &amp;quot;band groups,&amp;quot; each handling a group of Kohn-Sham orbitals, especially useful for calculations with hybrid functionals.&lt;br /&gt;
* PW: Orbitals in the PW basis set, charges, and density are distributed across processors. Linear-algebra operations on PW grids are automatically parallelized. 3D FFTs transform electronic wave functions between reciprocal and real space, with planes of the 3D grid distributed in real space to processors.&lt;br /&gt;
* tasks: FFTs on Kohn-Sham states are redistributed to &amp;quot;task&amp;quot; groups to allow efficient parallelization of the 3D FFT when the number of processors exceeds the number of FFT planes.&lt;br /&gt;
* linear-algebra group: A further level of parallelization involves subspace diagonalization/iterative orthonormalization, organized into a square 2D grid of processors. This group performs parallel diagonalization using standard linear algebra operations. Preferred options include ELPA and ScaLAPACK, with alternative built-in algorithms available.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that not all parallelization levels are implemented in all parts of the code.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12658</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12658"/>
		<updated>2024-02-29T12:55:44Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Miscellaneous Notes to Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous Notes to Usage == &lt;br /&gt;
* ORCA utilizes MPI parallelization, specifically backed by OpenMPI. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes and --ntasks-per-node.&amp;lt;br&amp;gt;Avoid using the --cpus-per-task directive. All the ORCA modules load the appropriate OpenMPI module automatically.&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039; &lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&amp;lt;br&amp;gt;To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
* The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;.&amp;lt;br&amp;gt;The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
* The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12657</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12657"/>
		<updated>2024-02-29T12:55:09Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Miscellaneous Notes to Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous Notes to Usage == &lt;br /&gt;
* ORCA utilizes MPI parallelization, specifically backed by OpenMPI. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes and --ntasks-per-node.&amp;lt;br&amp;gt;Avoid using the --cpus-per-task directive. All the ORCA modules (accessible via &#039;module avail orca&#039;) automatically load the appropriate OpenMPI module.&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039; &lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&amp;lt;br&amp;gt;To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
* The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;.&amp;lt;br&amp;gt;The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
* The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12656</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12656"/>
		<updated>2024-02-29T12:54:07Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous Notes to Usage == &lt;br /&gt;
* ORCA utilizes MPI parallelization, specifically backed by OpenMPI. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes and --ntasks-per-node.&amp;lt;br&amp;gt;Avoid using the --cpus-per-task directive.&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&amp;lt;br&amp;gt;To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
* The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;.&amp;lt;br&amp;gt;The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
* The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12655</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12655"/>
		<updated>2024-02-29T12:53:41Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous Notes to Usage == &lt;br /&gt;
* ORCA utilizes MPI parallelization, specifically backed by OpenMPI. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes and --ntasks-per-node.&amp;lt;br&amp;gt;Avoid using the --cpus-per-task directive.&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&amp;lt;br&amp;gt;To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
* The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;.&amp;lt;br&amp;gt;The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
* The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12654</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12654"/>
		<updated>2024-02-29T09:33:32Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Parallelization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-----------------------------------------------------------/opt/bwhpc/common/modulefiles/Core ---------------------------------------------------------------&lt;br /&gt;
   chem/quantum_espresso/6.5    chem/quantum_espresso/6.7_openmp-5    chem/quantum_espresso/6.7    chem/quantum_espresso/7.0 (D)    chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parallelization == &lt;br /&gt;
QUANTUM ESPRESSO utilizes hybrid MPI/OpenMP parallelization. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes, --ntasks-per-node, and --cpus-per-task. It is recommended to conduct benchmarks before submitting a large number of productive jobs.&lt;br /&gt;
&lt;br /&gt;
QUANTUM ESPRESSO implements several levels of MPI parallelization, distributing both calculations and data structures across processors. These processors are organized hierarchically into different groups identified by various MPI communicators (you might also refer to the following [https://www.quantum-espresso.org/Doc/user_guide/node20.html link]:&lt;br /&gt;
&lt;br /&gt;
* world: The group of all processors (MPI_COMM_WORLD).&lt;br /&gt;
* images: Processors divided into different &amp;quot;images,&amp;quot; each corresponding to a distinct self-consistent or linear-response calculation, loosely coupled to others.&lt;br /&gt;
* pools: Each image can be subdivided into &amp;quot;pools,&amp;quot; each responsible for a group of k-points.&lt;br /&gt;
* bands: Each pool is further subdivided into &amp;quot;band groups,&amp;quot; each handling a group of Kohn-Sham orbitals, especially useful for calculations with hybrid functionals.&lt;br /&gt;
* PW: Orbitals in the PW basis set, charges, and density are distributed across processors. Linear-algebra operations on PW grids are automatically parallelized. 3D FFTs transform electronic wave functions between reciprocal and real space, with planes of the 3D grid distributed in real space to processors.&lt;br /&gt;
* tasks: FFTs on Kohn-Sham states are redistributed to &amp;quot;task&amp;quot; groups to allow efficient parallelization of the 3D FFT when the number of processors exceeds the number of FFT planes.&lt;br /&gt;
* linear-algebra group: A further level of parallelization involves subspace diagonalization/iterative orthonormalization, organized into a square 2D grid of processors. This group performs parallel diagonalization using standard linear algebra operations. Preferred options include ELPA and ScaLAPACK, with alternative built-in algorithms available.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that not all parallelization levels are implemented in all parts of the code.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch file.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12653</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12653"/>
		<updated>2024-02-29T09:31:50Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Parallelization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-----------------------------------------------------------/opt/bwhpc/common/modulefiles/Core ---------------------------------------------------------------&lt;br /&gt;
   chem/quantum_espresso/6.5    chem/quantum_espresso/6.7_openmp-5    chem/quantum_espresso/6.7    chem/quantum_espresso/7.0 (D)    chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parallelization == &lt;br /&gt;
QUANTUM ESPRESSO utilizes hybrid MPI/OpenMP parallelization. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes, --ntasks-per-node, and --cpus-per-task. It is recommended to conduct benchmarks before submitting a large number of productive jobs.&lt;br /&gt;
&lt;br /&gt;
QUANTUM ESPRESSO implements several levels of MPI parallelization, distributing both calculations and data structures across processors. These processors are organized hierarchically into different groups identified by various MPI communicators:&lt;br /&gt;
&lt;br /&gt;
* world: The group of all processors (MPI_COMM_WORLD).&lt;br /&gt;
* images: Processors divided into different &amp;quot;images,&amp;quot; each corresponding to a distinct self-consistent or linear-response calculation, loosely coupled to others.&lt;br /&gt;
* pools: Each image can be subdivided into &amp;quot;pools,&amp;quot; each responsible for a group of k-points.&lt;br /&gt;
* bands: Each pool is further subdivided into &amp;quot;band groups,&amp;quot; each handling a group of Kohn-Sham orbitals, especially useful for calculations with hybrid functionals.&lt;br /&gt;
* PW: Orbitals in the PW basis set, charges, and density are distributed across processors. Linear-algebra operations on PW grids are automatically parallelized. 3D FFTs transform electronic wave functions between reciprocal and real space, with planes of the 3D grid distributed in real space to processors.&lt;br /&gt;
* tasks: FFTs on Kohn-Sham states are redistributed to &amp;quot;task&amp;quot; groups to allow efficient parallelization of the 3D FFT when the number of processors exceeds the number of FFT planes.&lt;br /&gt;
* linear-algebra group: A further level of parallelization involves subspace diagonalization/iterative orthonormalization, organized into a square 2D grid of processors. This group performs parallel diagonalization using standard linear algebra operations. Preferred options include ELPA and ScaLAPACK, with alternative built-in algorithms available.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that not all parallelization levels are implemented in all parts of the code.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch file.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12652</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12652"/>
		<updated>2024-02-29T09:31:20Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Parallelization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-----------------------------------------------------------/opt/bwhpc/common/modulefiles/Core ---------------------------------------------------------------&lt;br /&gt;
   chem/quantum_espresso/6.5    chem/quantum_espresso/6.7_openmp-5    chem/quantum_espresso/6.7    chem/quantum_espresso/7.0 (D)    chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parallelization == &lt;br /&gt;
QUANTUM ESPRESSO utilizes hybrid MPI/OpenMP parallelization. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes, --ntasks-per-node, and --cpus-per-task. It is recommended to conduct benchmarks before submitting a large number of productive jobs.&lt;br /&gt;
&lt;br /&gt;
QUANTUM ESPRESSO implements several levels of MPI parallelization, distributing both calculations and data structures across processors. These processors are organized hierarchically into different groups identified by various MPI communicators:&lt;br /&gt;
&lt;br /&gt;
    * world: The group of all processors (MPI_COMM_WORLD).&lt;br /&gt;
    * images: Processors divided into different &amp;quot;images,&amp;quot; each corresponding to a distinct self-consistent or linear-response calculation, loosely coupled to others.&lt;br /&gt;
    * pools: Each image can be subdivided into &amp;quot;pools,&amp;quot; each responsible for a group of k-points.&lt;br /&gt;
    * bands: Each pool is further subdivided into &amp;quot;band groups,&amp;quot; each handling a group of Kohn-Sham orbitals, especially useful for calculations with hybrid functionals.&lt;br /&gt;
    * PW: Orbitals in the PW basis set, charges, and density are distributed across processors. Linear-algebra operations on PW grids are automatically parallelized. 3D FFTs transform electronic wave functions between reciprocal and real space, with planes of the 3D grid distributed in real space to processors.&lt;br /&gt;
    * tasks: FFTs on Kohn-Sham states are redistributed to &amp;quot;task&amp;quot; groups to allow efficient parallelization of the 3D FFT when the number of processors exceeds the number of FFT planes.&lt;br /&gt;
    * linear-algebra group: A further level of parallelization involves subspace diagonalization/iterative orthonormalization, organized into a square 2D grid of processors. This group performs parallel diagonalization using standard linear algebra operations. Preferred options include ELPA and ScaLAPACK, with alternative built-in algorithms available.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that not all parallelization levels are implemented in all parts of the code.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch file.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12651</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12651"/>
		<updated>2024-02-29T09:30:40Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Loading the module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-----------------------------------------------------------/opt/bwhpc/common/modulefiles/Core ---------------------------------------------------------------&lt;br /&gt;
   chem/quantum_espresso/6.5    chem/quantum_espresso/6.7_openmp-5    chem/quantum_espresso/6.7    chem/quantum_espresso/7.0 (D)    chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Parallelization == &lt;br /&gt;
QUANTUM ESPRESSO utilizes hybrid MPI/OpenMP parallelization. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes, --ntasks-per-node, and --cpus-per-task. It is recommended to conduct benchmarks before submitting a large number of productive jobs.&lt;br /&gt;
&lt;br /&gt;
QUANTUM ESPRESSO implements several levels of MPI parallelization, distributing both calculations and data structures across processors. These processors are organized hierarchically into different groups identified by various MPI communicators:&lt;br /&gt;
&lt;br /&gt;
    world: The group of all processors (MPI_COMM_WORLD).&lt;br /&gt;
    images: Processors divided into different &amp;quot;images,&amp;quot; each corresponding to a distinct self-consistent or linear-response calculation, loosely coupled to others.&lt;br /&gt;
    pools: Each image can be subdivided into &amp;quot;pools,&amp;quot; each responsible for a group of k-points.&lt;br /&gt;
    bands: Each pool is further subdivided into &amp;quot;band groups,&amp;quot; each handling a group of Kohn-Sham orbitals, especially useful for calculations with hybrid functionals.&lt;br /&gt;
    PW: Orbitals in the PW basis set, charges, and density are distributed across processors. Linear-algebra operations on PW grids are automatically parallelized. 3D FFTs transform electronic wave functions between reciprocal and real space, with planes of the 3D grid distributed in real space to processors.&lt;br /&gt;
    tasks: FFTs on Kohn-Sham states are redistributed to &amp;quot;task&amp;quot; groups to allow efficient parallelization of the 3D FFT when the number of processors exceeds the number of FFT planes.&lt;br /&gt;
    linear-algebra group: A further level of parallelization involves subspace diagonalization/iterative orthonormalization, organized into a square 2D grid of processors. This group performs parallel diagonalization using standard linear algebra operations. Preferred options include ELPA and ScaLAPACK, with alternative built-in algorithms available.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to note that not all parallelization levels are implemented in all parts of the code.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch file.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12650</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12650"/>
		<updated>2024-02-29T09:11:35Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Availability */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-----------------------------------------------------------/opt/bwhpc/common/modulefiles/Core ---------------------------------------------------------------&lt;br /&gt;
   chem/quantum_espresso/6.5    chem/quantum_espresso/6.7_openmp-5    chem/quantum_espresso/6.7    chem/quantum_espresso/7.0 (D)    chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch file.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12649</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12649"/>
		<updated>2024-02-29T09:11:15Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Availability */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-----------------------------------------------------------/opt/bwhpc/common/modulefiles/Core ---------------------------------------------------------------&lt;br /&gt;
   chem/quantum_espresso/6.5    chem/quantum_espresso/6.7_openmp-5    chem/quantum_espresso/6.7    chem/quantum_espresso/7.0 (D)    chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch file.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12648</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12648"/>
		<updated>2024-02-29T09:07:29Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parallelization ==&lt;br /&gt;
ORCA utilizes MPI parallelization, specifically backed by OpenMPI. When configuring parallel jobs in the Slurm sbatch script, use appropriate directives such as --nodes and --ntasks-per-node.&amp;lt;br&amp;gt;Avoid using the --cpus-per-task directive.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&amp;lt;br&amp;gt;To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12647</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12647"/>
		<updated>2024-02-29T08:57:57Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&amp;lt;br&amp;gt;To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12646</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12646"/>
		<updated>2024-02-29T08:57:38Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&amp;lt;br&amp;gt;To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12645</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12645"/>
		<updated>2024-02-29T08:57:02Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory. To learn more about local disk space on [https://wiki.bwhpc.de/e/JUSTUS2 JUSTUS 2], please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12644</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12644"/>
		<updated>2024-02-29T08:56:21Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory. To learn more about local disk space on the system, please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12643</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12643"/>
		<updated>2024-02-29T08:56:03Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&lt;br /&gt;
To learn more about local disk space on the system, please refer to the following [https://wiki.bwhpc.de/e/JUSTUS2/Hardware#.24SCRATCH_and_.24TMPDIR link].&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12642</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12642"/>
		<updated>2024-02-29T08:53:19Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12641</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12641"/>
		<updated>2024-02-29T08:51:39Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
To ensure successful parallel runs, it is necessary to call ORCA with the full path, i.e. &#039;$ORCA_BIN_DIR/orca &amp;lt;input_file&amp;gt;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The ORCA module (accessible via &#039;module avail orca&#039;) automatically loads the appropriate OpenMPI module.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Due to potential large I/O operations, especially for post HF methods, it is advisable to place temporary files a local scratch directory.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12640</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12640"/>
		<updated>2024-02-29T08:45:06Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information, e.g.: &lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12639</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12639"/>
		<updated>2024-02-29T08:40:47Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Loading the module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The module includes the loading of all additional modules, especially an appropriate OpenMPI module in the case of ORCA, necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12638</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12638"/>
		<updated>2024-02-29T08:37:00Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12637</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12637"/>
		<updated>2024-02-29T08:36:15Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12636</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12636"/>
		<updated>2024-02-29T08:35:39Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12635</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12635"/>
		<updated>2024-02-29T08:35:09Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel ORCA job is available, after loading the module, at $ORCA_EXA_DIR/slurm_orca_example.sbatch file.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12634</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12634"/>
		<updated>2024-02-29T08:33:18Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12633</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12633"/>
		<updated>2024-02-29T08:32:13Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Loading the module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load ORCA is with the specific version included, i.e., &#039;module load chem/orca/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/5.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/orca&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12632</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12632"/>
		<updated>2024-02-29T08:28:57Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Example Script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the [https://www.bwhpc.de/software.html Cluster Information System (CIS)].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch file.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12631</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12631"/>
		<updated>2024-02-29T08:28:33Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the [https://www.bwhpc.de/software.html Cluster Information System (CIS)].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch.&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12630</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12630"/>
		<updated>2024-02-29T08:27:14Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the [https://www.bwhpc.de/software.html Cluster Information System (CIS)].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Example Script ==&lt;br /&gt;
&lt;br /&gt;
A working example of the submission script for a parallel QE job is available, after loading the module, at $ESPRESSO_EXA_DIR/slurm_quantum_espresso-example.sbatch.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial compute jobs must be submitted to the cluster queuing system.&lt;br /&gt;
&lt;br /&gt;
Example scripts are available in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_EXA_DIR&amp;lt;/span&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module show chem/quantum_espresso         # show environment variables, which will be available after &#039;module load&#039;&lt;br /&gt;
$ module load chem/quantum_espresso         # load module&lt;br /&gt;
$ ls $ESPRESSO_EXA_DIR                      # show content of directory $ESPRESSO_EXA_DIR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run a first simple example job on &amp;lt;font color=red&amp;gt;JUSTUS 2&amp;lt;/font&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso                     # load module&lt;br /&gt;
$ WORKSPACE=`ws_allocate quantum_espresso 3`            # allocate workspace&lt;br /&gt;
$ cd $WORKSPACE                                         # change to workspace&lt;br /&gt;
$ cp -a $ESPRESSO_HOME/bwhpc-examples .                 # copy example files to workspace&lt;br /&gt;
$ cd bwhpc-examples                                     # change to test directory&lt;br /&gt;
$ sbatch bwforcluster-quantum_espresso-example.sbatch   # submit job&lt;br /&gt;
$ squeue                                                # obtain JOBID&lt;br /&gt;
$ scontrol show job &amp;lt;JOBID&amp;gt;                             # check state of job&lt;br /&gt;
$ ls                                                    # when job finishes the results will be visible in this directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Useful links =&lt;br /&gt;
&lt;br /&gt;
* [https://www.quantum-espresso.org/Doc/user_guide/ Documentation (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/forum Forum (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tutorials Tutorials (english)]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Quantum_ESPRESSO Wikipedia article (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tools Plugins for Quantum ESPRESSO (english)]&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12629</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12629"/>
		<updated>2024-02-29T08:22:10Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Loading the module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the [https://www.bwhpc.de/software.html Cluster Information System (CIS)].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
The most preferable way to load Quantum Espresso (QE) is with the specific version included, i.e., &#039;module load chem/quantum_espresso/&amp;lt;version&amp;gt;&#039;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/7.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default version, which may change over time, can be loaded simply with the command &#039;module load chem/quantum_espresso&#039;.&lt;br /&gt;
The module includes the loading of all additional modules necessary for the proper functioning of the program, so there&#039;s no need to load additional modules separately. However, loading additional modules may be counterproductive.&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
&lt;br /&gt;
All binaries of the Quantum ESPRESSO software package are located in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_BIN_DIR&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Hints for using Quantum ESPRESSO ==&lt;br /&gt;
&lt;br /&gt;
=== Input Files ===&lt;br /&gt;
&lt;br /&gt;
For information about how to construct input files for Quantum ESPRESSO, please consult the [https://www.quantum-espresso.org/resources/users-manual/input-data-description documentation].&lt;br /&gt;
&lt;br /&gt;
=== Disk Usage ===&lt;br /&gt;
&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial compute jobs must be submitted to the cluster queuing system.&lt;br /&gt;
&lt;br /&gt;
Example scripts are available in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_EXA_DIR&amp;lt;/span&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module show chem/quantum_espresso         # show environment variables, which will be available after &#039;module load&#039;&lt;br /&gt;
$ module load chem/quantum_espresso         # load module&lt;br /&gt;
$ ls $ESPRESSO_EXA_DIR                      # show content of directory $ESPRESSO_EXA_DIR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run a first simple example job on &amp;lt;font color=red&amp;gt;JUSTUS 2&amp;lt;/font&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso                     # load module&lt;br /&gt;
$ WORKSPACE=`ws_allocate quantum_espresso 3`            # allocate workspace&lt;br /&gt;
$ cd $WORKSPACE                                         # change to workspace&lt;br /&gt;
$ cp -a $ESPRESSO_HOME/bwhpc-examples .                 # copy example files to workspace&lt;br /&gt;
$ cd bwhpc-examples                                     # change to test directory&lt;br /&gt;
$ sbatch bwforcluster-quantum_espresso-example.sbatch   # submit job&lt;br /&gt;
$ squeue                                                # obtain JOBID&lt;br /&gt;
$ scontrol show job &amp;lt;JOBID&amp;gt;                             # check state of job&lt;br /&gt;
$ ls                                                    # when job finishes the results will be visible in this directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Useful links =&lt;br /&gt;
&lt;br /&gt;
* [https://www.quantum-espresso.org/Doc/user_guide/ Documentation (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/forum Forum (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tutorials Tutorials (english)]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Quantum_ESPRESSO Wikipedia article (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tools Plugins for Quantum ESPRESSO (english)]&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12628</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12628"/>
		<updated>2024-02-29T08:15:46Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation] &amp;amp;#124; Main Portal to [https://www.quantum-espresso.org/users-forum/ Forum]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the [https://www.bwhpc.de/software.html Cluster Information System (CIS)].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
You can load the default version of Quantum ESPRESSO with the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The module will try to load all modules it needs to function (e.g., compiler, mpi, ...). If loading the module fails, check if you have already loaded one of those modules, but not in the version required by Quantum ESPRESSO.&lt;br /&gt;
&lt;br /&gt;
If you wish to load another (older) version of Quantum ESPRESSO, you can do so using&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/&amp;lt;version&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
with &amp;lt;version&amp;gt; specifying the desired version.&lt;br /&gt;
&lt;br /&gt;
Please cite Quantum ESPRESSO in your publications according to the references.&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
&lt;br /&gt;
All binaries of the Quantum ESPRESSO software package are located in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_BIN_DIR&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Hints for using Quantum ESPRESSO ==&lt;br /&gt;
&lt;br /&gt;
=== Input Files ===&lt;br /&gt;
&lt;br /&gt;
For information about how to construct input files for Quantum ESPRESSO, please consult the [https://www.quantum-espresso.org/resources/users-manual/input-data-description documentation].&lt;br /&gt;
&lt;br /&gt;
=== Disk Usage ===&lt;br /&gt;
&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial compute jobs must be submitted to the cluster queuing system.&lt;br /&gt;
&lt;br /&gt;
Example scripts are available in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_EXA_DIR&amp;lt;/span&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module show chem/quantum_espresso         # show environment variables, which will be available after &#039;module load&#039;&lt;br /&gt;
$ module load chem/quantum_espresso         # load module&lt;br /&gt;
$ ls $ESPRESSO_EXA_DIR                      # show content of directory $ESPRESSO_EXA_DIR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run a first simple example job on &amp;lt;font color=red&amp;gt;JUSTUS 2&amp;lt;/font&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso                     # load module&lt;br /&gt;
$ WORKSPACE=`ws_allocate quantum_espresso 3`            # allocate workspace&lt;br /&gt;
$ cd $WORKSPACE                                         # change to workspace&lt;br /&gt;
$ cp -a $ESPRESSO_HOME/bwhpc-examples .                 # copy example files to workspace&lt;br /&gt;
$ cd bwhpc-examples                                     # change to test directory&lt;br /&gt;
$ sbatch bwforcluster-quantum_espresso-example.sbatch   # submit job&lt;br /&gt;
$ squeue                                                # obtain JOBID&lt;br /&gt;
$ scontrol show job &amp;lt;JOBID&amp;gt;                             # check state of job&lt;br /&gt;
$ ls                                                    # when job finishes the results will be visible in this directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Useful links =&lt;br /&gt;
&lt;br /&gt;
* [https://www.quantum-espresso.org/Doc/user_guide/ Documentation (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/forum Forum (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tutorials Tutorials (english)]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Quantum_ESPRESSO Wikipedia article (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tools Plugins for Quantum ESPRESSO (english)]&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12627</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12627"/>
		<updated>2024-02-29T08:09:11Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| As described [https://www.quantum-espresso.org/quote/ here]&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the [https://www.bwhpc.de/software.html Cluster Information System (CIS)].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
You can load the default version of Quantum ESPRESSO with the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The module will try to load all modules it needs to function (e.g., compiler, mpi, ...). If loading the module fails, check if you have already loaded one of those modules, but not in the version required by Quantum ESPRESSO.&lt;br /&gt;
&lt;br /&gt;
If you wish to load another (older) version of Quantum ESPRESSO, you can do so using&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/&amp;lt;version&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
with &amp;lt;version&amp;gt; specifying the desired version.&lt;br /&gt;
&lt;br /&gt;
Please cite Quantum ESPRESSO in your publications according to the references.&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
&lt;br /&gt;
All binaries of the Quantum ESPRESSO software package are located in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_BIN_DIR&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Hints for using Quantum ESPRESSO ==&lt;br /&gt;
&lt;br /&gt;
=== Input Files ===&lt;br /&gt;
&lt;br /&gt;
For information about how to construct input files for Quantum ESPRESSO, please consult the [https://www.quantum-espresso.org/resources/users-manual/input-data-description documentation].&lt;br /&gt;
&lt;br /&gt;
=== Disk Usage ===&lt;br /&gt;
&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial compute jobs must be submitted to the cluster queuing system.&lt;br /&gt;
&lt;br /&gt;
Example scripts are available in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_EXA_DIR&amp;lt;/span&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module show chem/quantum_espresso         # show environment variables, which will be available after &#039;module load&#039;&lt;br /&gt;
$ module load chem/quantum_espresso         # load module&lt;br /&gt;
$ ls $ESPRESSO_EXA_DIR                      # show content of directory $ESPRESSO_EXA_DIR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run a first simple example job on &amp;lt;font color=red&amp;gt;JUSTUS 2&amp;lt;/font&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso                     # load module&lt;br /&gt;
$ WORKSPACE=`ws_allocate quantum_espresso 3`            # allocate workspace&lt;br /&gt;
$ cd $WORKSPACE                                         # change to workspace&lt;br /&gt;
$ cp -a $ESPRESSO_HOME/bwhpc-examples .                 # copy example files to workspace&lt;br /&gt;
$ cd bwhpc-examples                                     # change to test directory&lt;br /&gt;
$ sbatch bwforcluster-quantum_espresso-example.sbatch   # submit job&lt;br /&gt;
$ squeue                                                # obtain JOBID&lt;br /&gt;
$ scontrol show job &amp;lt;JOBID&amp;gt;                             # check state of job&lt;br /&gt;
$ ls                                                    # when job finishes the results will be visible in this directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Useful links =&lt;br /&gt;
&lt;br /&gt;
* [https://www.quantum-espresso.org/Doc/user_guide/ Documentation (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/forum Forum (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tutorials Tutorials (english)]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Quantum_ESPRESSO Wikipedia article (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tools Plugins for Quantum ESPRESSO (english)]&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12626</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12626"/>
		<updated>2024-02-29T08:06:39Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| &amp;lt;small&amp;gt;1) P Giannozzi et al 2009 J. Phys.: Condens. Matter 21 395502&amp;lt;br&amp;gt;DOI: 10.1088/0953-8984/21/39/395502.&amp;lt;br&amp;gt;2) P Giannozzi et al 2017 J. Phys.: Condens. Matter 29 465901&amp;lt;br&amp;gt;DOI: 10.1088/1361-648X/aa8f79.&amp;lt;br&amp;gt;3) P Giannozzi et al 2020 J. Chem. Phys. 152 154105&amp;lt;br&amp;gt;DOI: 10.1063/5.0005082.&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the [https://www.bwhpc.de/software.html Cluster Information System (CIS)].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
You can load the default version of Quantum ESPRESSO with the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The module will try to load all modules it needs to function (e.g., compiler, mpi, ...). If loading the module fails, check if you have already loaded one of those modules, but not in the version required by Quantum ESPRESSO.&lt;br /&gt;
&lt;br /&gt;
If you wish to load another (older) version of Quantum ESPRESSO, you can do so using&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/&amp;lt;version&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
with &amp;lt;version&amp;gt; specifying the desired version.&lt;br /&gt;
&lt;br /&gt;
Please cite Quantum ESPRESSO in your publications according to the references.&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
&lt;br /&gt;
All binaries of the Quantum ESPRESSO software package are located in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_BIN_DIR&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Hints for using Quantum ESPRESSO ==&lt;br /&gt;
&lt;br /&gt;
=== Input Files ===&lt;br /&gt;
&lt;br /&gt;
For information about how to construct input files for Quantum ESPRESSO, please consult the [https://www.quantum-espresso.org/resources/users-manual/input-data-description documentation].&lt;br /&gt;
&lt;br /&gt;
=== Disk Usage ===&lt;br /&gt;
&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial compute jobs must be submitted to the cluster queuing system.&lt;br /&gt;
&lt;br /&gt;
Example scripts are available in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_EXA_DIR&amp;lt;/span&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module show chem/quantum_espresso         # show environment variables, which will be available after &#039;module load&#039;&lt;br /&gt;
$ module load chem/quantum_espresso         # load module&lt;br /&gt;
$ ls $ESPRESSO_EXA_DIR                      # show content of directory $ESPRESSO_EXA_DIR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run a first simple example job on &amp;lt;font color=red&amp;gt;JUSTUS 2&amp;lt;/font&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso                     # load module&lt;br /&gt;
$ WORKSPACE=`ws_allocate quantum_espresso 3`            # allocate workspace&lt;br /&gt;
$ cd $WORKSPACE                                         # change to workspace&lt;br /&gt;
$ cp -a $ESPRESSO_HOME/bwhpc-examples .                 # copy example files to workspace&lt;br /&gt;
$ cd bwhpc-examples                                     # change to test directory&lt;br /&gt;
$ sbatch bwforcluster-quantum_espresso-example.sbatch   # submit job&lt;br /&gt;
$ squeue                                                # obtain JOBID&lt;br /&gt;
$ scontrol show job &amp;lt;JOBID&amp;gt;                             # check state of job&lt;br /&gt;
$ ls                                                    # when job finishes the results will be visible in this directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Useful links =&lt;br /&gt;
&lt;br /&gt;
* [https://www.quantum-espresso.org/Doc/user_guide/ Documentation (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/forum Forum (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tutorials Tutorials (english)]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Quantum_ESPRESSO Wikipedia article (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tools Plugins for Quantum ESPRESSO (english)]&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12625</id>
		<title>JUSTUS2/Software/Quantum ESPRESSO</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Quantum_ESPRESSO&amp;diff=12625"/>
		<updated>2024-02-29T08:06:11Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/quantum_espresso}}&lt;br /&gt;
&lt;br /&gt;
{| width=760px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/quantum_espresso/7.1&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [https://wiki.bwhpc.de/e/JUSTUS2 BwForCluster JUSTUS2] &lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| Open-source software, distributed under the GNU General Public License (GPL). [[#License|More...]]&lt;br /&gt;
|-&lt;br /&gt;
| Citing &lt;br /&gt;
| &amp;lt;small&amp;gt;1) P Giannozzi et al 2009 J. Phys.: Condens. Matter 21 395502&amp;lt;br&amp;gt;DOI: 10.1088/0953-8984/21/39/395502.&amp;lt;br&amp;gt;2) P Giannozzi et al 2017 J. Phys.: Condens. Matter 29 465901&amp;lt;br&amp;gt;DOI: 10.1088/1361-648X/aa8f79.&amp;lt;br&amp;gt;3) P Giannozzi et al 2020 J. Chem. Phys. 152 154105&amp;lt;br&amp;gt;DOI: 10.1063/5.0005082.&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://www.quantum-espresso.org Homepage] &amp;amp;#124; [https://www.quantum-espresso.org/resources/users-manual Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| Plugins&lt;br /&gt;
| [https://epw-code.org/ EPW]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Quantum ESPRESSO&#039;&#039;&#039; is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.&lt;br /&gt;
&lt;br /&gt;
= Availability =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is available on selected bwHPC-Clusters. A complete list of versions currently installed on the bwHPC-Clusters can be obtained from the [https://www.bwhpc.de/software.html Cluster Information System (CIS)].&lt;br /&gt;
&lt;br /&gt;
In order to check which versions of Quantum ESPRESSO are installed on the compute cluster, run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
&lt;br /&gt;
Quantum ESPRESSO is free, open-source software released under the GNU General Public License (GPL). Anyone interested in using the Quantum ESPRESSO program suite must read the conditions described in its [https://www.quantum-espresso.org/project/manifesto manifesto].&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
&lt;br /&gt;
You can load the default version of Quantum ESPRESSO with the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The module will try to load all modules it needs to function (e.g., compiler, mpi, ...). If loading the module fails, check if you have already loaded one of those modules, but not in the version required by Quantum ESPRESSO.&lt;br /&gt;
&lt;br /&gt;
If you wish to load another (older) version of Quantum ESPRESSO, you can do so using&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso/&amp;lt;version&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
with &amp;lt;version&amp;gt; specifying the desired version.&lt;br /&gt;
&lt;br /&gt;
Please cite Quantum ESPRESSO in your publications according to the references.&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
&lt;br /&gt;
All binaries of the Quantum ESPRESSO software package are located in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_BIN_DIR&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Hints for using Quantum ESPRESSO ==&lt;br /&gt;
&lt;br /&gt;
=== Input Files ===&lt;br /&gt;
&lt;br /&gt;
For information about how to construct input files for Quantum ESPRESSO, please consult the [https://www.quantum-espresso.org/resources/users-manual/input-data-description documentation].&lt;br /&gt;
&lt;br /&gt;
=== Disk Usage ===&lt;br /&gt;
&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&lt;br /&gt;
As with all processes that require more than a few minutes to run, non-trivial compute jobs must be submitted to the cluster queuing system.&lt;br /&gt;
&lt;br /&gt;
Example scripts are available in the directory &amp;lt;span style=&amp;quot;background:#edeae2;margin:2px;padding:1px;border:1px dotted #808080&amp;quot;&amp;gt;$ESPRESSO_EXA_DIR&amp;lt;/span&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module show chem/quantum_espresso         # show environment variables, which will be available after &#039;module load&#039;&lt;br /&gt;
$ module load chem/quantum_espresso         # load module&lt;br /&gt;
$ ls $ESPRESSO_EXA_DIR                      # show content of directory $ESPRESSO_EXA_DIR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run a first simple example job on &amp;lt;font color=red&amp;gt;JUSTUS 2&amp;lt;/font&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/quantum_espresso                     # load module&lt;br /&gt;
$ WORKSPACE=`ws_allocate quantum_espresso 3`            # allocate workspace&lt;br /&gt;
$ cd $WORKSPACE                                         # change to workspace&lt;br /&gt;
$ cp -a $ESPRESSO_HOME/bwhpc-examples .                 # copy example files to workspace&lt;br /&gt;
$ cd bwhpc-examples                                     # change to test directory&lt;br /&gt;
$ sbatch bwforcluster-quantum_espresso-example.sbatch   # submit job&lt;br /&gt;
$ squeue                                                # obtain JOBID&lt;br /&gt;
$ scontrol show job &amp;lt;JOBID&amp;gt;                             # check state of job&lt;br /&gt;
$ ls                                                    # when job finishes the results will be visible in this directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Useful links =&lt;br /&gt;
&lt;br /&gt;
* [https://www.quantum-espresso.org/Doc/user_guide/ Documentation (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/forum Forum (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tutorials Tutorials (english)]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Quantum_ESPRESSO Wikipedia article (english)]&lt;br /&gt;
* [https://www.quantum-espresso.org/resources/tools Plugins for Quantum ESPRESSO (english)]&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:BwForCluster_Chemistry]][[Category:BwForCluster_JUSTUS_2]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12624</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12624"/>
		<updated>2024-02-29T07:30:55Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Versions and Availability */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------ ----------------/opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12623</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12623"/>
		<updated>2024-02-29T07:29:22Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Versions and Availability */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------                 /opt/bwhpc/common/modulefiles/Core --------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12622</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12622"/>
		<updated>2024-02-29T07:28:57Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------------------------------------------------------------ /opt/bwhpc/common/modulefiles/Core ------------------------------------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12621</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12621"/>
		<updated>2024-02-29T07:27:50Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Versions and Availability */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # JUSTUS 2&lt;br /&gt;
------------------------------------------------------------------------------------ /opt/bwhpc/common/modulefiles/Core ------------------------------------------------------------------------------------&lt;br /&gt;
   chem/orca/4.2.1-xtb-6.3.3    chem/orca/5.0.1-xtb-6.4.1    chem/orca/5.0.2              chem/orca/5.0.3              chem/orca/5.0.4 (D)&lt;br /&gt;
   chem/orca/4.2.1              chem/orca/5.0.1              chem/orca/5.0.3-xtb-6.5.1    chem/orca/5.0.4_xtb-6.6.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12620</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12620"/>
		<updated>2024-02-29T07:24:32Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Orca Manual 5.0.4]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606 Article Overview by Frank Nesse]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81 Article about main improvement in the version 5.0]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # bwUniCluster&lt;br /&gt;
--------------------- /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12619</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12619"/>
		<updated>2024-02-29T07:20:15Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
[https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606]&lt;br /&gt;
[https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # bwUniCluster&lt;br /&gt;
--------------------- /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12618</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12618"/>
		<updated>2024-02-29T07:18:43Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf&lt;br /&gt;
https://wires.onlinelibrary.wiley.com/doi/full/10.1002/wcms.1606&lt;br /&gt;
https://wires.onlinelibrary.wiley.com/doi/10.1002/wcms.81&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a modern electronic structure program package. It is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry with specific emphasis on spectroscopic properties of open-shell molecules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ORCA is able to carry out geometry optimizations and to predict a large number of spectroscopic parameters at different levels of theory. Besides the use of Hartee Fock theory, density functional theory (DFT) and semiempirical methods, high level ab initio quantum chemical methods, based on the configuration interaction and coupled cluster methods, are included into ORCA to an increasing degree.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Due to the user-friendly style, ORCA is considered to be a helpful tool not only for computational chemists, but also for chemists, physicists and biologists that are interested in developing the full information content of their experimental data with help of calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Implemented Methods&amp;lt;/u&amp;gt;&lt;br /&gt;
* Semiempirical INDO/S, MNDO, AM1, PM3, NDDO/1&lt;br /&gt;
* Hartee Fock theory (RHF, UHF, ROHF and CASSCF) all in direct, semidirect, or conventional mode, different RI approximations&lt;br /&gt;
* DFT including a reasonably large number of exchange and correlation functionals including hybrid DFT and the most recent double hybrid functionals (see below).&lt;br /&gt;
* High level single reference correlation models: CCSD(T), QCISD(T), CEPA, CPF (with and without RI, Local)&lt;br /&gt;
* High level ab-initio individual selecting multireference methods (MRCI, MRMP2, MRMP3, MRMP4, MRACPF, MRAQCC, SORCI, DDCI) for ground- and excited-states.&lt;br /&gt;
* Geometry optimization in redundant internal coordinates using analytical gradient techniques for all SCF methods as well as MP2.&lt;br /&gt;
* Excited state calculations via TD-DFT and CI-singles (CIS). For CIS an analytic gradient is also available. The doubles correction is available for CIS(D) in an efficient implementation.&lt;br /&gt;
* Scalar relativistic ZORA, IORA and Douglas-Kroll-Hess (DKH) approaches, picture change effects, all-electron basis sets, effective core potentials&lt;br /&gt;
* The COSMO model is available throughout the package for continuum dielectric modeling of the environment.&lt;br /&gt;
* QM/MM interface to GROMACS&lt;br /&gt;
* Double hybrid functionals including a fraction of nonlocal correlation. Analytic gradients are also available (these methods were invented by the Grimme group).&lt;br /&gt;
* Van der Waals correct density functionals.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For more information on features please visit [https://orcaforum.cec.mpg.de/ &#039;&#039;The ORCA Portal of the Max-Planck Institute&#039;&#039;] web page.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # bwUniCluster&lt;br /&gt;
--------------------- /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12617</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12617"/>
		<updated>2024-02-29T07:16:32Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a comprehensive, fully parallelized quantum chemistry package designed for advanced electronic structure methods. It encompasses density functional theory, many-body perturbation theory, coupled cluster methods, multireference methods, and semi-empirical quantum chemistry approaches. ORCA is capable of computing a wide range of molecular properties and serves as a fully integrated system for multi-level calculations, including QM/MM, ONIOM, and embedded crystals.&lt;br /&gt;
&lt;br /&gt;
Additionally, ORCA offers several advanced features to improve computational efficiency and accuracy. These include local correlation methods, starting with PNOs and expanded to DLPNO to reduce the computational cost of coupled cluster calculations. It also incorporates RIJCOSX for efficient handling of Hartree-Fock based methods.&lt;br /&gt;
&lt;br /&gt;
Furthermore, ORCA provides NEB-TS for studying reaction pathways and offers various methods for accurately calculating excited states, such as TD-DFT, EOM-CCSD, STEOM-CCSD, CASSCF with NEVPT2 or CASPT2, as well as molecular dynamics and multi-scale QM-MM models.&lt;br /&gt;
&lt;br /&gt;
Please refer to documentation provided by the ORCA developers in the first place for more detailed information.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a modern electronic structure program package. It is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry with specific emphasis on spectroscopic properties of open-shell molecules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ORCA is able to carry out geometry optimizations and to predict a large number of spectroscopic parameters at different levels of theory. Besides the use of Hartee Fock theory, density functional theory (DFT) and semiempirical methods, high level ab initio quantum chemical methods, based on the configuration interaction and coupled cluster methods, are included into ORCA to an increasing degree.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Due to the user-friendly style, ORCA is considered to be a helpful tool not only for computational chemists, but also for chemists, physicists and biologists that are interested in developing the full information content of their experimental data with help of calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Implemented Methods&amp;lt;/u&amp;gt;&lt;br /&gt;
* Semiempirical INDO/S, MNDO, AM1, PM3, NDDO/1&lt;br /&gt;
* Hartee Fock theory (RHF, UHF, ROHF and CASSCF) all in direct, semidirect, or conventional mode, different RI approximations&lt;br /&gt;
* DFT including a reasonably large number of exchange and correlation functionals including hybrid DFT and the most recent double hybrid functionals (see below).&lt;br /&gt;
* High level single reference correlation models: CCSD(T), QCISD(T), CEPA, CPF (with and without RI, Local)&lt;br /&gt;
* High level ab-initio individual selecting multireference methods (MRCI, MRMP2, MRMP3, MRMP4, MRACPF, MRAQCC, SORCI, DDCI) for ground- and excited-states.&lt;br /&gt;
* Geometry optimization in redundant internal coordinates using analytical gradient techniques for all SCF methods as well as MP2.&lt;br /&gt;
* Excited state calculations via TD-DFT and CI-singles (CIS). For CIS an analytic gradient is also available. The doubles correction is available for CIS(D) in an efficient implementation.&lt;br /&gt;
* Scalar relativistic ZORA, IORA and Douglas-Kroll-Hess (DKH) approaches, picture change effects, all-electron basis sets, effective core potentials&lt;br /&gt;
* The COSMO model is available throughout the package for continuum dielectric modeling of the environment.&lt;br /&gt;
* QM/MM interface to GROMACS&lt;br /&gt;
* Double hybrid functionals including a fraction of nonlocal correlation. Analytic gradients are also available (these methods were invented by the Grimme group).&lt;br /&gt;
* Van der Waals correct density functionals.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For more information on features please visit [https://orcaforum.cec.mpg.de/ &#039;&#039;The ORCA Portal of the Max-Planck Institute&#039;&#039;] web page.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # bwUniCluster&lt;br /&gt;
--------------------- /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12616</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12616"/>
		<updated>2024-02-28T16:19:41Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca/5.0.4&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a modern electronic structure program package. It is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry with specific emphasis on spectroscopic properties of open-shell molecules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ORCA is able to carry out geometry optimizations and to predict a large number of spectroscopic parameters at different levels of theory. Besides the use of Hartee Fock theory, density functional theory (DFT) and semiempirical methods, high level ab initio quantum chemical methods, based on the configuration interaction and coupled cluster methods, are included into ORCA to an increasing degree.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Due to the user-friendly style, ORCA is considered to be a helpful tool not only for computational chemists, but also for chemists, physicists and biologists that are interested in developing the full information content of their experimental data with help of calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Implemented Methods&amp;lt;/u&amp;gt;&lt;br /&gt;
* Semiempirical INDO/S, MNDO, AM1, PM3, NDDO/1&lt;br /&gt;
* Hartee Fock theory (RHF, UHF, ROHF and CASSCF) all in direct, semidirect, or conventional mode, different RI approximations&lt;br /&gt;
* DFT including a reasonably large number of exchange and correlation functionals including hybrid DFT and the most recent double hybrid functionals (see below).&lt;br /&gt;
* High level single reference correlation models: CCSD(T), QCISD(T), CEPA, CPF (with and without RI, Local)&lt;br /&gt;
* High level ab-initio individual selecting multireference methods (MRCI, MRMP2, MRMP3, MRMP4, MRACPF, MRAQCC, SORCI, DDCI) for ground- and excited-states.&lt;br /&gt;
* Geometry optimization in redundant internal coordinates using analytical gradient techniques for all SCF methods as well as MP2.&lt;br /&gt;
* Excited state calculations via TD-DFT and CI-singles (CIS). For CIS an analytic gradient is also available. The doubles correction is available for CIS(D) in an efficient implementation.&lt;br /&gt;
* Scalar relativistic ZORA, IORA and Douglas-Kroll-Hess (DKH) approaches, picture change effects, all-electron basis sets, effective core potentials&lt;br /&gt;
* The COSMO model is available throughout the package for continuum dielectric modeling of the environment.&lt;br /&gt;
* QM/MM interface to GROMACS&lt;br /&gt;
* Double hybrid functionals including a fraction of nonlocal correlation. Analytic gradients are also available (these methods were invented by the Grimme group).&lt;br /&gt;
* Van der Waals correct density functionals.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For more information on features please visit [https://orcaforum.cec.mpg.de/ &#039;&#039;The ORCA Portal of the Max-Planck Institute&#039;&#039;] web page.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # bwUniCluster&lt;br /&gt;
--------------------- /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12615</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12615"/>
		<updated>2024-02-28T16:18:57Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf manual]. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a modern electronic structure program package. It is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry with specific emphasis on spectroscopic properties of open-shell molecules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ORCA is able to carry out geometry optimizations and to predict a large number of spectroscopic parameters at different levels of theory. Besides the use of Hartee Fock theory, density functional theory (DFT) and semiempirical methods, high level ab initio quantum chemical methods, based on the configuration interaction and coupled cluster methods, are included into ORCA to an increasing degree.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Due to the user-friendly style, ORCA is considered to be a helpful tool not only for computational chemists, but also for chemists, physicists and biologists that are interested in developing the full information content of their experimental data with help of calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Implemented Methods&amp;lt;/u&amp;gt;&lt;br /&gt;
* Semiempirical INDO/S, MNDO, AM1, PM3, NDDO/1&lt;br /&gt;
* Hartee Fock theory (RHF, UHF, ROHF and CASSCF) all in direct, semidirect, or conventional mode, different RI approximations&lt;br /&gt;
* DFT including a reasonably large number of exchange and correlation functionals including hybrid DFT and the most recent double hybrid functionals (see below).&lt;br /&gt;
* High level single reference correlation models: CCSD(T), QCISD(T), CEPA, CPF (with and without RI, Local)&lt;br /&gt;
* High level ab-initio individual selecting multireference methods (MRCI, MRMP2, MRMP3, MRMP4, MRACPF, MRAQCC, SORCI, DDCI) for ground- and excited-states.&lt;br /&gt;
* Geometry optimization in redundant internal coordinates using analytical gradient techniques for all SCF methods as well as MP2.&lt;br /&gt;
* Excited state calculations via TD-DFT and CI-singles (CIS). For CIS an analytic gradient is also available. The doubles correction is available for CIS(D) in an efficient implementation.&lt;br /&gt;
* Scalar relativistic ZORA, IORA and Douglas-Kroll-Hess (DKH) approaches, picture change effects, all-electron basis sets, effective core potentials&lt;br /&gt;
* The COSMO model is available throughout the package for continuum dielectric modeling of the environment.&lt;br /&gt;
* QM/MM interface to GROMACS&lt;br /&gt;
* Double hybrid functionals including a fraction of nonlocal correlation. Analytic gradients are also available (these methods were invented by the Grimme group).&lt;br /&gt;
* Van der Waals correct density functionals.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For more information on features please visit [https://orcaforum.cec.mpg.de/ &#039;&#039;The ORCA Portal of the Max-Planck Institute&#039;&#039;] web page.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # bwUniCluster&lt;br /&gt;
--------------------- /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12614</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12614"/>
		<updated>2024-02-28T16:18:11Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the manual. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Forum Portal] &amp;amp;#124; [https://www.kofo.mpg.de/970274/orca_manual_5_0_4.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a modern electronic structure program package. It is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry with specific emphasis on spectroscopic properties of open-shell molecules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ORCA is able to carry out geometry optimizations and to predict a large number of spectroscopic parameters at different levels of theory. Besides the use of Hartee Fock theory, density functional theory (DFT) and semiempirical methods, high level ab initio quantum chemical methods, based on the configuration interaction and coupled cluster methods, are included into ORCA to an increasing degree.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Due to the user-friendly style, ORCA is considered to be a helpful tool not only for computational chemists, but also for chemists, physicists and biologists that are interested in developing the full information content of their experimental data with help of calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Implemented Methods&amp;lt;/u&amp;gt;&lt;br /&gt;
* Semiempirical INDO/S, MNDO, AM1, PM3, NDDO/1&lt;br /&gt;
* Hartee Fock theory (RHF, UHF, ROHF and CASSCF) all in direct, semidirect, or conventional mode, different RI approximations&lt;br /&gt;
* DFT including a reasonably large number of exchange and correlation functionals including hybrid DFT and the most recent double hybrid functionals (see below).&lt;br /&gt;
* High level single reference correlation models: CCSD(T), QCISD(T), CEPA, CPF (with and without RI, Local)&lt;br /&gt;
* High level ab-initio individual selecting multireference methods (MRCI, MRMP2, MRMP3, MRMP4, MRACPF, MRAQCC, SORCI, DDCI) for ground- and excited-states.&lt;br /&gt;
* Geometry optimization in redundant internal coordinates using analytical gradient techniques for all SCF methods as well as MP2.&lt;br /&gt;
* Excited state calculations via TD-DFT and CI-singles (CIS). For CIS an analytic gradient is also available. The doubles correction is available for CIS(D) in an efficient implementation.&lt;br /&gt;
* Scalar relativistic ZORA, IORA and Douglas-Kroll-Hess (DKH) approaches, picture change effects, all-electron basis sets, effective core potentials&lt;br /&gt;
* The COSMO model is available throughout the package for continuum dielectric modeling of the environment.&lt;br /&gt;
* QM/MM interface to GROMACS&lt;br /&gt;
* Double hybrid functionals including a fraction of nonlocal correlation. Analytic gradients are also available (these methods were invented by the Grimme group).&lt;br /&gt;
* Van der Waals correct density functionals.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For more information on features please visit [https://orcaforum.cec.mpg.de/ &#039;&#039;The ORCA Portal of the Max-Planck Institute&#039;&#039;] web page.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # bwUniCluster&lt;br /&gt;
--------------------- /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
	<entry>
		<id>https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12613</id>
		<title>JUSTUS2/Software/Orca</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwhpc.de/wiki/index.php?title=JUSTUS2/Software/Orca&amp;diff=12613"/>
		<updated>2024-02-28T16:15:33Z</updated>

		<summary type="html">&lt;p&gt;J Kucera: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Softwarepage|chem/orca}}&lt;br /&gt;
&lt;br /&gt;
{| width=600px class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Description !! Content&lt;br /&gt;
|-&lt;br /&gt;
| module load&lt;br /&gt;
| chem/orca&lt;br /&gt;
|-&lt;br /&gt;
| Availability&lt;br /&gt;
| [[bwUniCluster]] &amp;amp;#124; [[JUSTUS2]]&lt;br /&gt;
|-&lt;br /&gt;
| License&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/privacypolicy/policy EULA]&lt;br /&gt;
|-&lt;br /&gt;
|Citing&lt;br /&gt;
| As described in the manual. Refer to Chapter &#039;Publications Related to ORCA&#039; for guidance on citation.&lt;br /&gt;
|-&lt;br /&gt;
| Links&lt;br /&gt;
| [https://orcaforum.kofo.mpg.de/app.php/portal Main ORCA Portal] &amp;amp;#124; [https://orcaforum.cec.mpg.de/OrcaManual.pdf Documentation]&lt;br /&gt;
|-&lt;br /&gt;
| Graphical Interface&lt;br /&gt;
| No&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;ORCA&#039;&#039;&#039; is a modern electronic structure program package. It is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry with specific emphasis on spectroscopic properties of open-shell molecules.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
ORCA is able to carry out geometry optimizations and to predict a large number of spectroscopic parameters at different levels of theory. Besides the use of Hartee Fock theory, density functional theory (DFT) and semiempirical methods, high level ab initio quantum chemical methods, based on the configuration interaction and coupled cluster methods, are included into ORCA to an increasing degree.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Due to the user-friendly style, ORCA is considered to be a helpful tool not only for computational chemists, but also for chemists, physicists and biologists that are interested in developing the full information content of their experimental data with help of calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Implemented Methods&amp;lt;/u&amp;gt;&lt;br /&gt;
* Semiempirical INDO/S, MNDO, AM1, PM3, NDDO/1&lt;br /&gt;
* Hartee Fock theory (RHF, UHF, ROHF and CASSCF) all in direct, semidirect, or conventional mode, different RI approximations&lt;br /&gt;
* DFT including a reasonably large number of exchange and correlation functionals including hybrid DFT and the most recent double hybrid functionals (see below).&lt;br /&gt;
* High level single reference correlation models: CCSD(T), QCISD(T), CEPA, CPF (with and without RI, Local)&lt;br /&gt;
* High level ab-initio individual selecting multireference methods (MRCI, MRMP2, MRMP3, MRMP4, MRACPF, MRAQCC, SORCI, DDCI) for ground- and excited-states.&lt;br /&gt;
* Geometry optimization in redundant internal coordinates using analytical gradient techniques for all SCF methods as well as MP2.&lt;br /&gt;
* Excited state calculations via TD-DFT and CI-singles (CIS). For CIS an analytic gradient is also available. The doubles correction is available for CIS(D) in an efficient implementation.&lt;br /&gt;
* Scalar relativistic ZORA, IORA and Douglas-Kroll-Hess (DKH) approaches, picture change effects, all-electron basis sets, effective core potentials&lt;br /&gt;
* The COSMO model is available throughout the package for continuum dielectric modeling of the environment.&lt;br /&gt;
* QM/MM interface to GROMACS&lt;br /&gt;
* Double hybrid functionals including a fraction of nonlocal correlation. Analytic gradients are also available (these methods were invented by the Grimme group).&lt;br /&gt;
* Van der Waals correct density functionals.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For more information on features please visit [https://orcaforum.cec.mpg.de/ &#039;&#039;The ORCA Portal of the Max-Planck Institute&#039;&#039;] web page.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Versions and Availability =&lt;br /&gt;
&lt;br /&gt;
On the command line interface of any bwHPC cluster you&#039;ll get a list of available versions by using&lt;br /&gt;
the command&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;module avail chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca               # bwUniCluster&lt;br /&gt;
--------------------- /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= License =&lt;br /&gt;
The ORCA license is considered as a &amp;quot;Research group&amp;quot; license. Thus anyone who directly associated with your research group is covered by the license and may share your copy of ORCA on all computer resources of your group.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
This license only applies to academic users. Commercial use of ORCA is prohibited under the terms of this license.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[https://orcaforum.cec.mpg.de/license.html Complete ORCA Users License Agreement]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
== Loading the module ==&lt;br /&gt;
You can load the default version of &#039;&#039;ORCA&#039;&#039; with the command &#039;&#039;&#039;&#039;module load chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
module avail chem/orca&lt;br /&gt;
------------------------ /opt/bwhpc/common/modulefiles ----------------------&lt;br /&gt;
chem/orca/3.0.3    chem/orca/3.0.3-openmpi-1.6.5(default)&lt;br /&gt;
$ module load chem/orca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The module will try to load modules it needs to function (e.g. compiler/intel). If loading the module fails, check if you have already loaded one of those modules, but not in the version needed for Orca.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you wish to load a specific (older) version, you can do so using e.g.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;&#039;module load chem/orca/&#039;&#039;&#039;version&#039; to load the version you desires.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.1    # bwUniCluster example&lt;br /&gt;
Please do not use this module if you do not own a valid ORCA group license.&lt;br /&gt;
Please cite ORCA in your publications according to ORCA documentation.&lt;br /&gt;
Please read &#039;module help chem/orca/3.0.1&#039; before using ORCA.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Orca 3.0.3 mit OpenMPI 1.6.5 läuft stabiler! &lt;br /&gt;
Einige MPI-Abstürze sind nachweislich (gleicher Job) damit durchgelaufen.&amp;lt;br&amp;gt;&lt;br /&gt;
This version is known to be more stable with bigger jobs. Try this one if you get problems with other versions of Orca!&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=green&amp;gt;This version is the default now. [[#Versions and Availability|Only available on the Chemical Cluster &#039;Justus&#039;]]!&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Program Binaries ==&lt;br /&gt;
You can find the ORCA binaries in the main folder of the ORCA system.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After loading the ORCA module (&#039;&#039;module load chem/orca/&#039;version&#039;&#039;&#039;) this path is also set to the local $PATH- and [[#ORCA-Specific Environments|$ORCA_BIN_DIR environments]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ls -x $ORCA_BIN_DIR&lt;br /&gt;
bwhpc-examples    manual           modulefiles   orca           orca_2aim         orca_2mkl&lt;br /&gt;
orca_anoint       orca_anoint_mpi  orca_asa      orca_casscf    orca_casscf_mpi   orca_chelpg&lt;br /&gt;
orca_ciprep       orca_cis         orca_cis_mpi  orca_cleanup   orca_cleanup_mpi  orca_cpcasscf&lt;br /&gt;
orca_cpscf        orca_cpscf_mpi   orca_eca      orca_ecplib    orca_eprnmr       orca_eprnmr_mpi&lt;br /&gt;
orca_euler        orca_fci         orca_fitpes   orca_gstep     orca_gtoint       orca_gtoint_mpi&lt;br /&gt;
orca_loc          orca_mapspc      orca_md       orca_mdci      orca_mdci_mpi     orca_mergefrag&lt;br /&gt;
orca_mp2          orca_mp2_mpi     orca_mrci     orca_mrci_mpi  orca_ndoint       orca_numfreq&lt;br /&gt;
orca_pc           orca_pc_mpi      orca_plot     orca_pltvib    orca_pop          orca_rel&lt;br /&gt;
orca_rocis        orca_rocis_mpi   orca_scf      orca_scfgrad   orca_scfgrad_mpi  orca_scfhess&lt;br /&gt;
orca_scfhess_mpi  orca_scf_mpi     orca_soc      orca_soc_mpi   orca_vib          orca_vpot&lt;br /&gt;
otool_cosmo       otool_gcp        otool_smd&lt;br /&gt;
$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Only the programs with the suffix &amp;lt;font color=green&amp;gt;&#039;&#039;&#039;_mpi&#039;&#039;&#039;&amp;lt;/font&amp;gt; are compiled including OPENMPI functionality.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disk Usage ==&lt;br /&gt;
Scratch files are written to the current directory by default.&amp;lt;br&amp;gt;&lt;br /&gt;
Please change to a local directory or to &#039;&#039;&#039;your local workspace&#039;&#039;&#039; (preferred) before starting your calculations. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;calc_repo&#039; is an example name of a repository you created by using the command &#039;ws_allocate&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ pwd&lt;br /&gt;
/work/workspace/scratch/&#039;your-id&#039;-calc_repo-0&lt;br /&gt;
[&#039;your-id&#039;-calc_repo-0]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
You can copy a simple interactive example to your &#039;&#039;&#039;workspace&#039;&#039;&#039; and run it, using &#039;msub&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd $(ws_find calc_repo)&lt;br /&gt;
$ cp $ORCA_EXA_DIR/bwhpc-orca-example.moab .&lt;br /&gt;
$ cp bwhpc-orca-example.moab myorcajob.moab &lt;br /&gt;
§ vi myorcajob.moab         # do your own modifications&lt;br /&gt;
$ msub myorcajob.moab       # start job submission&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= ORCA-Specific Environments =&lt;br /&gt;
To see a list of all ORCA environments set by the &#039;module load chem/orca/version&#039;-command,&lt;br /&gt;
use &#039;&#039;&#039;&#039;env | grep ORCA&#039;&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Or try the command &#039;&#039;&#039;&#039;module show &#039;chem/orca&#039;&#039;&#039;/version&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module load chem/orca/3.0.3&lt;br /&gt;
$ env | grep ORCA&lt;br /&gt;
ORCA_VERSION=3.0.3&lt;br /&gt;
ORCA_MAN_DIR=/opt/bwhpc/common/chem/orca/3.0.3/manual&lt;br /&gt;
ORCA_EXA_DIR=/opt/bwhpc/common/chem/orca/3.0.3/bwhpc-examples&lt;br /&gt;
ORCA_BIN_DIR=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
ORCA_HOME=/opt/bwhpc/common/chem/orca/3.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Version-Specific Information =&lt;br /&gt;
For a more detailed information specific to a specific ORCA version, see the information available via the module system with the command &#039;&#039;&#039;&#039;module help chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
For a small abstract what ORCA is about use the command &#039;&#039;&#039;&#039;module whatis chem/orca&#039;&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Examples&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ module avail chem/orca&lt;br /&gt;
----------------------- /opt/bwhpc/common/modulefiles ---------------------------&lt;br /&gt;
chem/orca/3.0.1 chem/orca/3.0.3&lt;br /&gt;
&lt;br /&gt;
$ module whatis chem/orca/3.0.1&lt;br /&gt;
chem/orca/3.0.1      : Quantum chemistry package ORCA, version 3.0.1&lt;br /&gt;
    (command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039;)&lt;br /&gt;
&lt;br /&gt;
$ module help chem/orca/3.0.1&lt;br /&gt;
----------- Module Specific Help for &#039;chem/orca/3.0.1&#039; ------------&lt;br /&gt;
This module provides the quantum chemistry package ORCA version 3.0.1&lt;br /&gt;
via command &#039;/opt/bwhpc/common/chem/orca/3.0.1/orca&#039; &lt;br /&gt;
[...] &lt;br /&gt;
Documentation: &lt;br /&gt;
*  Max-Planck-Institut fuer Chemische Energiekonversion  &lt;br /&gt;
   https://cec.mpg.de/forum/portal.php&lt;br /&gt;
*  New features for version 3.0.1&lt;br /&gt;
   https://cec.mpg.de/forum/portal.php#a3&lt;br /&gt;
*  Manuals in pdf format:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/manual&lt;br /&gt;
*  Example data and a Moab example script can be found here:&lt;br /&gt;
   /opt/bwhpc/common/chem/orca/3.0.1/bwhpc-examples&lt;br /&gt;
[...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
[[Category:Chemistry software]][[Category:bwUniCluster]][[Category:bwForCluster_Chemistry]]&lt;/div&gt;</summary>
		<author><name>J Kucera</name></author>
	</entry>
</feed>