Skip to content

Commit

Permalink
Schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Jan 21, 2024
1 parent 3b82cb1 commit dd95181
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions QMC.org
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@ gfortran hydrogen.F90 qmc_stats.F90 qmc_uniform.F90 -o qmc_uniform
./qmc_uniform
#+end_src

**** C*
**** C
#+begin_note
To draw a uniform random number in C, you can use:
~drand48()~, which is defined in the ~stdlib.h~ header. To
Expand Down Expand Up @@ -4177,20 +4177,21 @@ gcc hydrogen.c qmc_stats.c pdmc.c -lm -o pdmc

* Schedule :noexport:

|------------------------------+---------|
| <2023-01-24 Tue 09:00-10:30> | Lecture |
|------------------------------+---------|
| <2023-01-24 Tue 11:00-11:20> | 2.1 |
| <2023-01-24 Tue 11:20-11:40> | 2.2 |
| <2023-01-24 Tue 11:40-12:15> | 2.3 |
| <2023-01-24 Tue 12:15-12:30> | 2.4 |
|------------------------------+---------|
| <2023-01-24 Tue 14:00-14:10> | 3.1 |
| <2023-01-24 Tue 14:10-14:30> | 3.2 |
| <2023-01-24 Tue 14:30-15:30> | 3.3 |
| <2023-01-24 Tue 15:30-16:30> | 3.4 |
| <2023-01-24 Tue 16:30-18:30> | 4.5 |
|------------------------------+---------|
|------------------------------+-----|
| <2024-01-22 Mon 09:00-09:30> | 1.1 |
|------------------------------+-----|
| <2024-01-22 Mon 09:30-10:20> | 2.1 |
| <2024-01-22 Mon 10:30-11:00> | 2.2 |
| <2024-01-22 Mon 11:00-11:30> | 2.3 |
| <2024-01-22 Mon 11:30-12:00> | 2.4 |
|------------------------------+-----|
| <2024-01-22 Mon 14:00-14:15> | 3.1 |
| <2024-01-22 Mon 14:15-14:45> | 3.2 |
| <2024-01-22 Mon 14:45-15:20> | 3.3 |
| <2024-01-22 Mon 15:30-15:45> | 3.3 |
| <2024-01-22 Mon 15:45-16:45> | 3.4 |
| <2024-01-22 Mon 16:45-18:30> | 4.5 |
|------------------------------+-----|

* Acknowledgments

Expand Down

0 comments on commit dd95181

Please sign in to comment.