-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Documenter.jl
committed
Jul 12, 2024
1 parent
116b46a
commit 564d7c2
Showing
40 changed files
with
2,402 additions
and
2,408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-09T18:38:10","documenter_version":"1.5.0"}} | ||
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-12T23:11:36","documenter_version":"1.5.0"}} |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
2,161 changes: 0 additions & 2,161 deletions
2,161
dev/generated/DPP-ACE-Na/fit-dpp-ace-na/0c88da81.svg
This file was deleted.
Oops, something went wrong.
2,155 changes: 2,155 additions & 0 deletions
2,155
dev/generated/DPP-ACE-Na/fit-dpp-ace-na/c7105f49.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
82 changes: 41 additions & 41 deletions
82
dev/generated/DPP-ACE-aHfO2-1/fit-dpp-ace-ahfo2/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
144 changes: 72 additions & 72 deletions
144
dev/generated/PCA-ACE-aHfO2/fit-pca-ace-ahfo2/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
pkg> registry add https://github.com/cesmix-mit/CESMIX.git | ||
pkg> registry add https://github.com/JuliaMolSim/MolSim.git | ||
pkg> registry add https://github.com/ACEsuit/ACEregistry</code></pre><p>Then, add PotentialLearning:</p><pre><code class="language-julia hljs"> pkg> add PotentialLearning | ||
</code></pre><h2 id="Clone-repository-and-access-an-example-folder"><a class="docs-heading-anchor" href="#Clone-repository-and-access-an-example-folder">Clone repository and access an example folder</a><a id="Clone-repository-and-access-an-example-folder-1"></a><a class="docs-heading-anchor-permalink" href="#Clone-repository-and-access-an-example-folder" title="Permalink"></a></h2><p>Clone <code>PotentialLearning.jl</code> repository in your working directory.</p><pre><code class="language-shell hljs"> $ git clone [email protected]:cesmix-mit/PotentialLearning.jl.git</code></pre><p>Access to any folder within <code>PotentialLearning.jl/examples</code>. E.g.</p><pre><code class="language-shell hljs"> $ cd PotentialLearning.jl/examples/DPP-ACE-aHfO2-1</code></pre><h2 id="Run-example"><a class="docs-heading-anchor" href="#Run-example">Run example</a><a id="Run-example-1"></a><a class="docs-heading-anchor-permalink" href="#Run-example" title="Permalink"></a></h2><p>Open a Julia REPL, activate the <code>examples</code> folder project, and define the number of threads.</p><pre><code class="language-julia hljs"> $ julia --project=./ --threads=4</code></pre><p>Type <code>]</code> to enter the Pkg REPL and instantiate.</p><pre><code class="language-julia hljs"> pkg> instantiate</code></pre><p>Finally, include the example file.</p><pre><code class="language-julia hljs"> julia> include("fit-dpp-ace-ahfo2.jl")</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../generated/ACE-aHfO2/fit-ace-ahfo2/">Fit a-HfO2 dataset with ACE »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Tuesday 9 July 2024 18:38">Tuesday 9 July 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html> | ||
</code></pre><h2 id="Clone-repository-and-access-an-example-folder"><a class="docs-heading-anchor" href="#Clone-repository-and-access-an-example-folder">Clone repository and access an example folder</a><a id="Clone-repository-and-access-an-example-folder-1"></a><a class="docs-heading-anchor-permalink" href="#Clone-repository-and-access-an-example-folder" title="Permalink"></a></h2><p>Clone <code>PotentialLearning.jl</code> repository in your working directory.</p><pre><code class="language-shell hljs"> $ git clone [email protected]:cesmix-mit/PotentialLearning.jl.git</code></pre><p>Access to any folder within <code>PotentialLearning.jl/examples</code>. E.g.</p><pre><code class="language-shell hljs"> $ cd PotentialLearning.jl/examples/DPP-ACE-aHfO2-1</code></pre><h2 id="Run-example"><a class="docs-heading-anchor" href="#Run-example">Run example</a><a id="Run-example-1"></a><a class="docs-heading-anchor-permalink" href="#Run-example" title="Permalink"></a></h2><p>Open a Julia REPL, activate the <code>examples</code> folder project, and define the number of threads.</p><pre><code class="language-julia hljs"> $ julia --project=./ --threads=4</code></pre><p>Type <code>]</code> to enter the Pkg REPL and instantiate.</p><pre><code class="language-julia hljs"> pkg> instantiate</code></pre><p>Finally, include the example file.</p><pre><code class="language-julia hljs"> julia> include("fit-dpp-ace-ahfo2.jl")</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../generated/ACE-aHfO2/fit-ace-ahfo2/">Fit a-HfO2 dataset with ACE »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 12 July 2024 23:11">Friday 12 July 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.