1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Printing orbital densities to cube files — BAGEL Manual</title>
<link rel="stylesheet" href="../_static/override.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Saving and loading MOs and CI coefficients" href="save_ref.html" />
<link rel="prev" title="MOLDEN" href="molden.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="save_ref.html" title="Saving and loading MOs and CI coefficients"
accesskey="N">next</a></li>
<li class="right" >
<a href="molden.html" title="MOLDEN"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">BAGEL Manual</a> »</li>
<li class="nav-item nav-item-1"><a href="../user-manual.html" ><strong>BAGEL user manual</strong></a> »</li>
<li class="nav-item nav-item-2"><a href="misc.html" accesskey="U">Miscellaneous features</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="printing-orbital-densities-to-cube-files">
<span id="moprint"></span><h1>Printing orbital densities to cube files<a class="headerlink" href="#printing-orbital-densities-to-cube-files" title="Permalink to this headline">¶</a></h1>
<div class="section" id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
<p>This module prints molecular orbital densities in the Gaussian Cube format.
It can be used to view the shape and extent of relativistic or gauge-including molecular orbitals, which cannot
be viewed in Molden due to the use of complex basis functions or the four-component framework.</p>
<p>A separate .cub file is generated for each printed orbital, plus one for the total electron density.
The axis vectors are simply the Cartesian <em>x</em>, <em>y</em>, and <em>z</em> axes.</p>
<p>In addition, one can print the relaxed electron density in MP2, SA-CASSCF, and CASPT2 force calculations as well.
See <a class="reference internal" href="../grad/force.html#force"><span class="std std-ref">nuclear gradient and derivative coupling</span></a> and the example below.</p>
<p>Command: <code class="docutils literal notranslate"><span class="pre">moprint</span></code></p>
</div>
<div class="section" id="keywords">
<h2>Keywords<a class="headerlink" href="#keywords" title="Permalink to this headline">¶</a></h2>
<div class="topic">
<p class="topic-title first"><code class="docutils literal notranslate"><span class="pre">paired</span></code></p>
<div class="line-block">
<div class="line"><strong>Description:</strong> Determined whether we plot spatial MOs (true) or spin MOs.</div>
<div class="line"><strong>Datatype:</strong> bool</div>
<div class="line"><strong>Default:</strong> True, unless we are printing 4-component orbitals generated with an external magnetic field.</div>
<div class="line"><strong>Recommendation:</strong> Use the default.</div>
</div>
</div>
<div class="topic">
<p class="topic-title first"><code class="docutils literal notranslate"><span class="pre">orbitals</span></code></p>
<div class="line-block">
<div class="line"><strong>Description:</strong> Indices of the molecular orbitals to be printed.</div>
<div class="line"><strong>Datatype:</strong> Vector of integers</div>
<div class="line"><strong>Default:</strong> Prints the active orbitals from CASSCF, and the frontier orbitals from Hartree–Fock</div>
</div>
</div>
<div class="topic">
<p class="topic-title first"><code class="docutils literal notranslate"><span class="pre">start_pos</span></code></p>
<div class="line-block">
<div class="line"><strong>Description:</strong> Coordinates for one corner of the box within which densities are printed.</div>
<div class="line"><strong>Datatype:</strong> Array of 3 doubles</div>
<div class="line"><strong>Default:</strong> A position is chosen so that all atoms (except the dummy atoms) are at least <span class="math notranslate nohighlight">\(4 a_0\)</span> from the edges of the box.</div>
<div class="line"><strong>Recommendation:</strong> Use the default.</div>
</div>
</div>
<div class="topic">
<p class="topic-title first"><code class="docutils literal notranslate"><span class="pre">inc_size</span></code></p>
<div class="line-block">
<div class="line"><strong>Description:</strong> Distances between adjacent gridpoints in each of the three dimensions.</div>
<div class="line"><strong>Datatype:</strong> Array of 3 doubles</div>
<div class="line"><strong>Default:</strong> <span class="math notranslate nohighlight">\(0.25 a_0\)</span> in each direction.</div>
<div class="line"><strong>Recommendation:</strong> Use the default.</div>
</div>
</div>
<div class="topic">
<p class="topic-title first"><code class="docutils literal notranslate"><span class="pre">angstrom</span></code></p>
<div class="line-block">
<div class="line"><strong>Description:</strong> Unit of the “inc_size” parameter</div>
<div class="line"><strong>Datatype:</strong> bool</div>
<div class="line"><strong>Default:</strong> False (meaning Bohr; set to true for angstrom)</div>
</div>
</div>
<div class="topic">
<p class="topic-title first"><code class="docutils literal notranslate"><span class="pre">mo_filename</span></code></p>
<div class="line-block">
<div class="line"><strong>Description:</strong> Name of the MO cube file</div>
<div class="line"><strong>Datatype:</strong> string</div>
<div class="line"><strong>Default:</strong> “mo”</div>
</div>
</div>
<div class="topic">
<p class="topic-title first"><code class="docutils literal notranslate"><span class="pre">density_filename</span></code></p>
<div class="line-block">
<div class="line"><strong>Description:</strong> Name of the density cube file</div>
<div class="line"><strong>Datatype:</strong> string</div>
<div class="line"><strong>Default:</strong> “density”</div>
</div>
</div>
</div>
<div class="section" id="example">
<h2>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h2>
<div class="section" id="sample-input-print-mo">
<h3>Sample input: Print MO<a class="headerlink" href="#sample-input-print-mo" title="Permalink to this headline">¶</a></h3>
<p>Write molecular orbitals:</p>
<div class="highlight-javascript notranslate"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="s2">"bagel"</span> <span class="o">:</span> <span class="p">[</span>
<span class="p">....</span> <span class="nx">energy</span> <span class="nx">calculation</span><span class="p">....</span>
<span class="p">{</span>
<span class="s2">"title"</span> <span class="o">:</span> <span class="s2">"moprint"</span><span class="p">,</span>
<span class="s2">"inc_size"</span> <span class="o">:</span> <span class="p">[</span> <span class="mf">0.20</span><span class="p">,</span> <span class="mf">0.20</span><span class="p">,</span> <span class="mf">0.20</span> <span class="p">],</span>
<span class="s2">"orbitals"</span> <span class="o">:</span> <span class="p">[</span> <span class="mi">14</span><span class="p">,</span> <span class="mi">15</span><span class="p">,</span> <span class="mi">16</span><span class="p">,</span> <span class="mi">17</span><span class="p">,</span> <span class="mi">18</span><span class="p">,</span> <span class="mi">19</span><span class="p">,</span> <span class="mi">20</span><span class="p">,</span> <span class="mi">21</span><span class="p">,</span> <span class="mi">22</span> <span class="p">]</span>
<span class="p">}</span>
<span class="p">]}</span>
</pre></div>
</div>
</div>
<div class="section" id="sample-input-print-relaxed-density">
<h3>Sample input: Print relaxed density<a class="headerlink" href="#sample-input-print-relaxed-density" title="Permalink to this headline">¶</a></h3>
<p>Write relaxed density to the file <code class="docutils literal notranslate"><span class="pre">density_0.cub</span></code> from the XMS-CASPT2 force calculation:</p>
<div class="highlight-javascript notranslate"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="s2">"bagel"</span> <span class="o">:</span> <span class="p">[</span>
<span class="p">{</span>
<span class="s2">"title"</span> <span class="o">:</span> <span class="s2">"molecule"</span><span class="p">,</span>
<span class="s2">"basis"</span> <span class="o">:</span> <span class="s2">"svp"</span><span class="p">,</span>
<span class="s2">"df_basis"</span> <span class="o">:</span> <span class="s2">"svp-jkfit"</span><span class="p">,</span>
<span class="s2">"geometry"</span> <span class="o">:</span> <span class="p">[</span>
<span class="p">{</span> <span class="s2">"atom"</span> <span class="o">:</span> <span class="s2">"Li"</span><span class="p">,</span> <span class="s2">"xyz"</span> <span class="o">:</span> <span class="p">[</span> <span class="mf">0.000000</span><span class="p">,</span> <span class="mf">0.000000</span><span class="p">,</span> <span class="mf">6.000000</span><span class="p">]</span> <span class="p">},</span>
<span class="p">{</span> <span class="s2">"atom"</span> <span class="o">:</span> <span class="s2">"F"</span><span class="p">,</span> <span class="s2">"xyz"</span> <span class="o">:</span> <span class="p">[</span> <span class="mf">0.000000</span><span class="p">,</span> <span class="mf">0.000000</span><span class="p">,</span> <span class="mf">0.000000</span><span class="p">]</span> <span class="p">}</span>
<span class="p">]</span>
<span class="p">},</span>
<span class="p">{</span>
<span class="s2">"title"</span> <span class="o">:</span> <span class="s2">"force"</span><span class="p">,</span>
<span class="s2">"target"</span> <span class="o">:</span> <span class="mi">0</span><span class="p">,</span>
<span class="s2">"density_print"</span> <span class="o">:</span> <span class="kc">true</span><span class="p">,</span>
<span class="s2">"moprint"</span> <span class="o">:</span> <span class="p">{</span>
<span class="s2">"density_filename"</span> <span class="o">:</span> <span class="s2">"density_0"</span><span class="p">,</span>
<span class="s2">"inc_size"</span> <span class="o">:</span> <span class="p">[</span> <span class="mf">0.20</span><span class="p">,</span> <span class="mf">0.20</span><span class="p">,</span> <span class="mf">0.20</span> <span class="p">]</span>
<span class="p">},</span>
<span class="s2">"method"</span> <span class="o">:</span> <span class="p">[</span> <span class="p">{</span>
<span class="s2">"title"</span> <span class="o">:</span> <span class="s2">"caspt2"</span><span class="p">,</span>
<span class="s2">"smith"</span> <span class="o">:</span> <span class="p">{</span>
<span class="s2">"method"</span> <span class="o">:</span> <span class="s2">"caspt2"</span><span class="p">,</span>
<span class="s2">"shift"</span> <span class="o">:</span> <span class="mf">0.2</span><span class="p">,</span>
<span class="s2">"frozen"</span> <span class="o">:</span> <span class="kc">true</span>
<span class="p">},</span>
<span class="s2">"nstate"</span> <span class="o">:</span> <span class="mi">4</span><span class="p">,</span>
<span class="s2">"nact"</span> <span class="o">:</span> <span class="mi">4</span><span class="p">,</span>
<span class="s2">"nclosed"</span> <span class="o">:</span> <span class="mi">3</span>
<span class="p">}</span> <span class="p">]</span>
<span class="p">}</span>
<span class="p">]}</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="../user-manual.html"><strong>BAGEL user manual</strong></a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../quickstart/quickstart.html">First steps with BAGEL</a></li>
<li class="toctree-l2"><a class="reference internal" href="../molecule/molecule-toc.html">Molecule specification</a></li>
<li class="toctree-l2"><a class="reference internal" href="../scf/scf.html">Self-consistent field</a></li>
<li class="toctree-l2"><a class="reference internal" href="../ci/ci_methods.html">Configuration interaction</a></li>
<li class="toctree-l2"><a class="reference internal" href="../multi/multi.html">Multiconfiguration self-consistent field</a></li>
<li class="toctree-l2"><a class="reference internal" href="../pt2/pt2.html">Perturbation theory</a></li>
<li class="toctree-l2"><a class="reference internal" href="../smith/smith.html">SMITH3-generated code</a></li>
<li class="toctree-l2"><a class="reference internal" href="../grad/grad.html">Nuclear gradients and related functionalities</a></li>
<li class="toctree-l2"><a class="reference internal" href="../asd/asd.html">Active space decomposition method</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="misc.html">Miscellaneous features</a></li>
<li class="toctree-l2"><a class="reference internal" href="../supp_info/supp_info.html">Supplementary information</a></li>
<li class="toctree-l2"><a class="reference internal" href="../author.html">Author contributions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../funding.html">Funding and citation</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="molden.html"
title="previous chapter">MOLDEN</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="save_ref.html"
title="next chapter">Saving and loading MOs and CI coefficients</a></p>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="save_ref.html" title="Saving and loading MOs and CI coefficients"
>next</a></li>
<li class="right" >
<a href="molden.html" title="MOLDEN"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">BAGEL Manual</a> »</li>
<li class="nav-item nav-item-1"><a href="../user-manual.html" ><strong>BAGEL user manual</strong></a> »</li>
<li class="nav-item nav-item-2"><a href="misc.html" >Miscellaneous features</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Shiozaki Group.
</div>
</body>
</html>
|