Skip to content

Commit def9888

Browse files
committed
update p1
1 parent f6302de commit def9888

8 files changed

Lines changed: 69 additions & 62 deletions

File tree

doc/Projects/2025/Project1/html/Project1-bs.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
3,
5858
None,
5959
'project-1-e-a-better-statistical-analysis'),
60-
('Project 1 f): Parallelizing your code',
60+
('Project 1 f): Optional: Parallelizing your code',
6161
3,
6262
None,
63-
'project-1-f-parallelizing-your-code'),
63+
'project-1-f-optional-parallelizing-your-code'),
6464
('Project 1 g): The repulsive interaction',
6565
3,
6666
None,
@@ -118,7 +118,7 @@
118118
<!-- navigation toc: --> <li><a href="#project-1-c-adding-importance-sampling" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Project 1 c): Adding importance sampling</a></li>
119119
<!-- navigation toc: --> <li><a href="#project-1-d-finding-the-best-parameter-s" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Project 1 d): Finding the best parameter(s)</a></li>
120120
<!-- navigation toc: --> <li><a href="#project-1-e-a-better-statistical-analysis" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Project 1 e): A better statistical analysis</a></li>
121-
<!-- navigation toc: --> <li><a href="#project-1-f-parallelizing-your-code" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Project 1 f): Parallelizing your code</a></li>
121+
<!-- navigation toc: --> <li><a href="#project-1-f-optional-parallelizing-your-code" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Project 1 f): Optional: Parallelizing your code</a></li>
122122
<!-- navigation toc: --> <li><a href="#project-1-g-the-repulsive-interaction" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Project 1 g): The repulsive interaction</a></li>
123123
<!-- navigation toc: --> <li><a href="#project-1-h-onebody-densities" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Project 1 h): Onebody densities</a></li>
124124
<!-- navigation toc: --> <li><a href="#literature" style="font-size: 80%;"><b>Literature</b></a></li>
@@ -511,13 +511,15 @@ <h3 id="project-1-e-a-better-statistical-analysis" class="anchor">Project 1 e):
511511
be used by your main program and perform the final statistical
512512
analysis within the same code.
513513
</p>
514-
<h3 id="project-1-f-parallelizing-your-code" class="anchor">Project 1 f): Parallelizing your code </h3>
514+
<h3 id="project-1-f-optional-parallelizing-your-code" class="anchor">Project 1 f): Optional: Parallelizing your code </h3>
515515

516516
<p>Before we add the two-body interaction, our final computational ingredient is to parallelize our code.
517517
With this last ingredient we have obtained a code framework which contains the essential elements used in a Variational Monte Carlo approach to a many-body problem. Dealing with a non-interacting case only till now allows us to continuously check our results against exact solutions.
518518
</p>
519519

520-
<p>You should parallelize your code using MPI or OpenMP.</p>
520+
<p>You should parallelize your code using MPI or OpenMP.
521+
<b>This part is optional if you program in Python, it is less trivial, compared to programming languanges like C++/C and Fortan</b>.
522+
</p>
521523
<h3 id="project-1-g-the-repulsive-interaction" class="anchor">Project 1 g): The repulsive interaction </h3>
522524

523525
<p>We are now ready to include the repulsive two-body interaction. </p>

doc/Projects/2025/Project1/html/Project1.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
3,
136136
None,
137137
'project-1-e-a-better-statistical-analysis'),
138-
('Project 1 f): Parallelizing your code',
138+
('Project 1 f): Optional: Parallelizing your code',
139139
3,
140140
None,
141-
'project-1-f-parallelizing-your-code'),
141+
'project-1-f-optional-parallelizing-your-code'),
142142
('Project 1 g): The repulsive interaction',
143143
3,
144144
None,
@@ -549,13 +549,15 @@ <h3 id="project-1-e-a-better-statistical-analysis">Project 1 e): A better statis
549549
be used by your main program and perform the final statistical
550550
analysis within the same code.
551551
</p>
552-
<h3 id="project-1-f-parallelizing-your-code">Project 1 f): Parallelizing your code </h3>
552+
<h3 id="project-1-f-optional-parallelizing-your-code">Project 1 f): Optional: Parallelizing your code </h3>
553553

554554
<p>Before we add the two-body interaction, our final computational ingredient is to parallelize our code.
555555
With this last ingredient we have obtained a code framework which contains the essential elements used in a Variational Monte Carlo approach to a many-body problem. Dealing with a non-interacting case only till now allows us to continuously check our results against exact solutions.
556556
</p>
557557

558-
<p>You should parallelize your code using MPI or OpenMP.</p>
558+
<p>You should parallelize your code using MPI or OpenMP.
559+
<b>This part is optional if you program in Python, it is less trivial, compared to programming languanges like C++/C and Fortan</b>.
560+
</p>
559561
<h3 id="project-1-g-the-repulsive-interaction">Project 1 g): The repulsive interaction </h3>
560562

561563
<p>We are now ready to include the repulsive two-body interaction. </p>

0 commit comments

Comments
 (0)