You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Corrected a bug in flux filters used for stable hierarchy and stable state errors
2. Corrected a bug in error_flux_down
3. Update filters to provide a stiffer error bound by providing an exact calculation of the boundary auxiliary error
4. Introduced a HopsFluxFilter class to provide easier access to flux filters.
5. Introduce HopsMode class and updated HopsSystem and HopsHierarchy to provide easier indexing
6. Introduce a new method to compare auxiliaries with a string hash that provides a speed-up to managing connections between auxiliaries
7. Improved implementation of eom_hops_ksuper for faster execution
Copy file name to clipboardExpand all lines: docs/build/html/dynamics.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1329,7 +1329,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
1329
1329
<dlclass="class">
1330
1330
<dtid="dynamics.hops_eom.HopsEOM">
1331
1331
<emclass="property">class </em><codeclass="sig-name descname">HopsEOM</code><spanclass="sig-paren">(</span><emclass="sig-param">eom_params</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#dynamics.hops_eom.HopsEOM" title="Permalink to this definition">¶</a></dt>
<p>HopsEOM is the class that defines the equation of motion for time evolving
1334
1334
the hops trajectory. Its primary responsibility is to define the derivative
1335
1335
of the system state. It also contains the parameters that determine what
@@ -1361,7 +1361,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
1361
1361
<dlclass="class">
1362
1362
<dtid="dynamics.hops_hierarchy.HopsHierarchy">
1363
1363
<emclass="property">class </em><codeclass="sig-name descname">HopsHierarchy</code><spanclass="sig-paren">(</span><emclass="sig-param">hierarchy_param</em>, <emclass="sig-param">system_param</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#dynamics.hops_hierarchy.HopsHierarchy" title="Permalink to this definition">¶</a></dt>
<p>HopsHierarchy defines the representation of the hierarchy in the HOPS
1366
1366
calculation. It contains the user parameters, helper functions, and
1367
1367
the list of all nodes contained in the hierarchy.</p>
@@ -1580,7 +1580,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
1580
1580
<dlclass="class">
1581
1581
<dtid="dynamics.hops_noise.HopsNoise">
1582
1582
<emclass="property">class </em><codeclass="sig-name descname">HopsNoise</code><spanclass="sig-paren">(</span><emclass="sig-param">noise_param</em>, <emclass="sig-param">noise_corr</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#dynamics.hops_noise.HopsNoise" title="Permalink to this definition">¶</a></dt>
<p>This is the BaseClass for defining a hops noise trajectory. All noise classes
1585
1585
will inherit from here. Anything that defines the input-output structure of a
1586
1586
noise trajectory should be controlled from this class - rather than any of the
@@ -2281,7 +2281,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
2281
2281
<dlclass="class">
2282
2282
<dtid="dynamics.noise_fft.FFTFilterNoise">
2283
2283
<emclass="property">class </em><codeclass="sig-name descname">FFTFilterNoise</code><spanclass="sig-paren">(</span><emclass="sig-param">noise_param</em>, <emclass="sig-param">noise_corr</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#dynamics.noise_fft.FFTFilterNoise" title="Permalink to this definition">¶</a></dt>
<p>This is a class that describes the noise function for a calculation.</p>
2286
2286
<dlclass="field-list simple">
2287
2287
<dtclass="field-odd">Attributes</dt>
@@ -2455,7 +2455,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
2455
2455
<dlclass="class">
2456
2456
<dtid="dynamics.noise_zero.ZeroNoise">
2457
2457
<emclass="property">class </em><codeclass="sig-name descname">ZeroNoise</code><spanclass="sig-paren">(</span><emclass="sig-param">noise_param</em>, <emclass="sig-param">noise_corr</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#dynamics.noise_zero.ZeroNoise" title="Permalink to this definition">¶</a></dt>
0 commit comments