Skip to content

Commit ab8c9db

Browse files
author
Documenter.jl
committed
build based on bd99e4a
1 parent 5c70660 commit ab8c9db

10 files changed

Lines changed: 442 additions & 422 deletions

File tree

julia-docs/dev/docstrings.html

Lines changed: 187 additions & 187 deletions
Large diffs are not rendered by default.

julia-docs/dev/docstrings/medyan.context-736368ed32b08894.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ <h2 class="anchored" data-anchor-id="union---b2cfd89fb0d1b9c6"><code data-shortc
216216
<li><p><code>grid::MEDYAN.CubicGrid</code></p></li>
217217
<li><p><code>time::Float64</code>: time (s)</p></li>
218218
<li><p><code>stats::MEDYAN.PerformanceStats</code></p></li>
219+
<li><p><code>rng_key::UInt64</code>: PhiloxRNG key (seed), set once at construction.</p></li>
220+
<li><p><code>rng_counter::UInt64</code>: PhiloxRNG counter, incremented by each stochastic integrator call.</p></li>
219221
<li><p><code>β::Float64</code>: inverse kT (1/(nm*pN))</p></li>
220222
<li><p><code>base_diffusion_coeffs::Vector{Float64}</code>: Diffusion coefficients indexed by diffusing species id (nm²/s)</p></li>
221223
<li><p><code>membrane_species_params::StaticArraysCore.SVector{NUM_MEMBRANEDIFFUSINGSPECIES, MEDYAN.MembraneSpeciesParams} where NUM_MEMBRANEDIFFUSINGSPECIES</code>: Membrane species parameters indexed by membrane diffusing species id.</p></li>

julia-docs/dev/docstrings/src/context.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ <h2 class="anchored" data-anchor-id="medyan.context-736368ed32b08894"><a href=".
263263
<li><p><code>grid::MEDYAN.CubicGrid</code></p></li>
264264
<li><p><code>time::Float64</code>: time (s)</p></li>
265265
<li><p><code>stats::MEDYAN.PerformanceStats</code></p></li>
266+
<li><p><code>rng_key::UInt64</code>: PhiloxRNG key (seed), set once at construction.</p></li>
267+
<li><p><code>rng_counter::UInt64</code>: PhiloxRNG counter, incremented by each stochastic integrator call.</p></li>
266268
<li><p><code>β::Float64</code>: inverse kT (1/(nm*pN))</p></li>
267269
<li><p><code>base_diffusion_coeffs::Vector{Float64}</code>: Diffusion coefficients indexed by diffusing species id (nm²/s)</p></li>
268270
<li><p><code>membrane_species_params::StaticArraysCore.SVector{NUM_MEMBRANEDIFFUSINGSPECIES, MEDYAN.MembraneSpeciesParams} where NUM_MEMBRANEDIFFUSINGSPECIES</code>: Membrane species parameters indexed by membrane diffusing species id.</p></li>

julia-docs/dev/medyan-tutorial.zip

68 Bytes
Binary file not shown.

julia-docs/dev/reference/fileformats.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,22 @@ <h3 class="anchored" data-anchor-id="example-snapshot">Example snapshot</h3>
520520
</details>
521521
<details>
522522
<summary>
523+
rng_key
524+
</summary>
525+
<pre class="{julia}"><code>attrs(group)["rng_key"]</code></pre>
526+
<div class="line-block">Default: No change<br>
527+
PhiloxRNG seed (<code>UInt64</code>), set once at <code>Context</code> construction.</div>
528+
</details>
529+
<details>
530+
<summary>
531+
rng_counter
532+
</summary>
533+
<pre class="{julia}"><code>attrs(group)["rng_counter"]</code></pre>
534+
<div class="line-block">Default: No change<br>
535+
PhiloxRNG counter (<code>UInt64</code>), advanced by each <code>baoab!</code> call.</div>
536+
</details>
537+
<details>
538+
<summary>
523539
version
524540
</summary>
525541
<pre class="{julia}"><code>attrs(group)["version"]</code></pre>
@@ -1031,7 +1047,7 @@ <h3 class="anchored" data-anchor-id="example-snapshot">Example snapshot</h3>
10311047
<p>See <a href="../docstrings/medyan.update_link--67d413cca6fe82eb.html"><code>MEDYAN.update_link!</code></a>.</p>
10321048
<p>The state of link bonds, organized in a nested struct of vector like form. Any static arrays will be unwrapped into a tuple of vectors, in column major order. The “name” attribute of each subgroup and dataset is the corresponding property name in the <code>StructArray</code> Any property in the default state that isn’t in the snapshot will stay at its default value.</p>
10331049
<div id="10" class="cell" data-execution_count="1">
1034-
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb47"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb47-1"><a href="#cb47-1" aria-hidden="true" tabindex="-1"></a>group[<span class="st">"links/8/bs"</span>]</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
1050+
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb49"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb49-1"><a href="#cb49-1" aria-hidden="true" tabindex="-1"></a>group[<span class="st">"links/8/bs"</span>]</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
10351051
<div class="cell-output cell-output-display" data-execution_count="1">
10361052
<pre><code>📂
10371053
└─ 📂 1 🏷️ name =&gt; "1",
@@ -1048,7 +1064,7 @@ <h3 class="anchored" data-anchor-id="example-snapshot">Example snapshot</h3>
10481064
<p>See <a href="../docstrings/medyan.update_link--67d413cca6fe82eb.html"><code>MEDYAN.update_link!</code></a>.</p>
10491065
<p>The state of link, organized in a nested struct of vector like form. Any static arrays will be unwrapped into a tuple of vectors, in column major order. The “name” attribute of each subgroup and dataset is the corresponding property name in the <code>StructArray</code> Any property in the default state that isn’t in the snapshot will stay at its default value.</p>
10501066
<div id="12" class="cell" data-execution_count="1">
1051-
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb49"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb49-1"><a href="#cb49-1" aria-hidden="true" tabindex="-1"></a>group[<span class="st">"links/8/s"</span>]</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
1067+
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb51"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb51-1"><a href="#cb51-1" aria-hidden="true" tabindex="-1"></a>group[<span class="st">"links/8/s"</span>]</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
10521068
<div class="cell-output cell-output-display" data-execution_count="1">
10531069
<pre><code>📂
10541070
├─ 🔢 1: 4 Int64 🏷️ name =&gt; "a",

julia-docs/dev/search.json

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)