Skip to content

Commit

Permalink
build based on 0fad543
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 7, 2024
1 parent b137d70 commit ba4ae85
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 78 deletions.
4 changes: 2 additions & 2 deletions dev/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
return f
end

func_c = @cfunction(func, Float64, (Ref{Int32}, Ref{Float64}))</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Ptr{Nothing} @0x00007f61da397040</code></pre><p>Next, let&#39;s initialise QCDNUM and run QCDNUM to evolve the PDF.</p><pre><code class="language-julia hljs">QCDNUM.qcinit(-6, &quot; &quot;)
func_c = @cfunction(func, Float64, (Ref{Int32}, Ref{Float64}))</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Ptr{Nothing} @0x00007fb74d697050</code></pre><p>Next, let&#39;s initialise QCDNUM and run QCDNUM to evolve the PDF.</p><pre><code class="language-julia hljs">QCDNUM.qcinit(-6, &quot; &quot;)
nx = QCDNUM.gxmake(xmin, iwt, ng, nxin, iosp)
nq = QCDNUM.gqmake(qq, wt, ngq, nqin)
nw = QCDNUM.fillwt(itype)
Expand Down Expand Up @@ -124,4 +124,4 @@
Aij NNLO
FILLWT: weight calculations completed</code></pre><p>Now, we can briefly check the results</p><pre><code class="language-julia hljs">@printf(&quot;x, q, CharmSea = %0.4e, %0.4e, %0.4e\n&quot;, x, q, csea)
@printf(&quot;as(mz2) = %0.4e&quot;, asmz)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">x, q, CharmSea = 1.0000e-03, 1.0000e+03, 1.8708e+00
as(mz2) = 1.1807e-01</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../quickstart/">« Quick start</a><a class="docs-footer-nextpage" href="../testsgns/">Test QCDNUM evolution options »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Wednesday 1 May 2024 07:59">Wednesday 1 May 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
as(mz2) = 1.1807e-01</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../quickstart/">« Quick start</a><a class="docs-footer-nextpage" href="../testsgns/">Test QCDNUM evolution options »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Monday 7 October 2024 14:06">Monday 7 October 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/functions/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[4acc4d78] ~ QCDNUM v0.2.1 `~/work/QCDNUM.jl/QCDNUM.jl` ⇒ v0.2.1
Precompiling project...
<span class="sgr33"></span>QCDNUM
1 dependency successfully precompiled in 3 seconds (162 already precompiled)
1 dependency successfully precompiled in 3 seconds (168 already precompiled)
<span class="sgr33">1</span> dependency precompiled but a different version is currently loaded. Restart julia to access the new version</code></pre><h2 id="Development-installation"><a class="docs-heading-anchor" href="#Development-installation">Development installation</a><a id="Development-installation-1"></a><a class="docs-heading-anchor-permalink" href="#Development-installation" title="Permalink"></a></h2><ul><li>Clone the github repository, e.g. via the command line:</li></ul><pre><code class="nohighlight hljs">git clone https://github.com/cescalara/QCDNUM.jl.git</code></pre><ul><li>Enter the directory and start Julia interpreter</li></ul><pre><code class="nohighlight hljs">cd QCDNUM.jl
julia</code></pre><ul><li>Open the Julia package management environment pressing <span>$]$</span>.</li></ul><pre><code class="nohighlight hljs">julia&gt; ]</code></pre><ul><li>Execute </li></ul><pre><code class="nohighlight hljs">pkg&gt; generate QCDNUM
......
Expand All @@ -34,4 +34,4 @@
:xxatix
:zmfillw
:zmstfun
:zmwords</code></pre><h2 id="Package-removal"><a class="docs-heading-anchor" href="#Package-removal">Package removal</a><a id="Package-removal-1"></a><a class="docs-heading-anchor-permalink" href="#Package-removal" title="Permalink"></a></h2><p>To remove package execute</p><pre><code class="nohighlight hljs">julia&gt; using Pkg</code></pre><p>followed by </p><pre><code class="nohighlight hljs">julia&gt; Pkg.rm(&quot;QCDNUM&quot;)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Introduction</a><a class="docs-footer-nextpage" href="../notebook/">Notebook tutorial »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Wednesday 1 May 2024 07:59">Wednesday 1 May 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
:zmwords</code></pre><h2 id="Package-removal"><a class="docs-heading-anchor" href="#Package-removal">Package removal</a><a id="Package-removal-1"></a><a class="docs-heading-anchor-permalink" href="#Package-removal" title="Permalink"></a></h2><p>To remove package execute</p><pre><code class="nohighlight hljs">julia&gt; using Pkg</code></pre><p>followed by </p><pre><code class="nohighlight hljs">julia&gt; Pkg.rm(&quot;QCDNUM&quot;)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Introduction</a><a class="docs-footer-nextpage" href="../notebook/">Notebook tutorial »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Monday 7 October 2024 14:06">Monday 7 October 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Binary file modified dev/my_qcdnum_params.h5
Binary file not shown.
Loading

0 comments on commit ba4ae85

Please sign in to comment.