|
57 | 57 | 3, |
58 | 58 | None, |
59 | 59 | 'project-1-e-a-better-statistical-analysis'), |
60 | | - ('Project 1 f): Parallelizing your code', |
| 60 | + ('Project 1 f): Optional: Parallelizing your code', |
61 | 61 | 3, |
62 | 62 | None, |
63 | | - 'project-1-f-parallelizing-your-code'), |
| 63 | + 'project-1-f-optional-parallelizing-your-code'), |
64 | 64 | ('Project 1 g): The repulsive interaction', |
65 | 65 | 3, |
66 | 66 | None, |
|
118 | 118 | <!-- navigation toc: --> <li><a href="#project-1-c-adding-importance-sampling" style="font-size: 80%;"> Project 1 c): Adding importance sampling</a></li> |
119 | 119 | <!-- navigation toc: --> <li><a href="#project-1-d-finding-the-best-parameter-s" style="font-size: 80%;"> Project 1 d): Finding the best parameter(s)</a></li> |
120 | 120 | <!-- navigation toc: --> <li><a href="#project-1-e-a-better-statistical-analysis" style="font-size: 80%;"> 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%;"> 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%;"> Project 1 f): Optional: Parallelizing your code</a></li> |
122 | 122 | <!-- navigation toc: --> <li><a href="#project-1-g-the-repulsive-interaction" style="font-size: 80%;"> Project 1 g): The repulsive interaction</a></li> |
123 | 123 | <!-- navigation toc: --> <li><a href="#project-1-h-onebody-densities" style="font-size: 80%;"> Project 1 h): Onebody densities</a></li> |
124 | 124 | <!-- 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): |
511 | 511 | be used by your main program and perform the final statistical |
512 | 512 | analysis within the same code. |
513 | 513 | </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> |
515 | 515 |
|
516 | 516 | <p>Before we add the two-body interaction, our final computational ingredient is to parallelize our code. |
517 | 517 | 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. |
518 | 518 | </p> |
519 | 519 |
|
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> |
521 | 523 | <h3 id="project-1-g-the-repulsive-interaction" class="anchor">Project 1 g): The repulsive interaction </h3> |
522 | 524 |
|
523 | 525 | <p>We are now ready to include the repulsive two-body interaction. </p> |
|
0 commit comments