Skip to content

Commit 5d923de

Browse files
committed
Update CITATION.bib
1 parent dd8b176 commit 5d923de

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

CITATION.bib

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
11
@misc{MetropolisAlgorithm.jl,
2-
author = {Shuhei Ohno},
3-
title = {MetropolisAlgorithm.jl},
4-
url = {https://github.com/ohno/MetropolisAlgorithm.jl},
5-
version = {v0.0.1},
6-
year = {2025},
7-
month = {6}
2+
author = {Shuhei Ohno},
3+
title = {MetropolisAlgorithm.jl},
4+
url = {https://github.com/ohno/MetropolisAlgorithm.jl},
5+
version = {v0.0.1},
6+
year = {2025},
7+
month = {6}
8+
}
9+
10+
@article{Metropolis1953,
11+
author = {Metropolis, Nicholas and Rosenbluth, Arianna W. and Rosenbluth, Marshall N. and Teller, Augusta H. and Teller, Edward},
12+
title = {Equation of State Calculations by Fast Computing Machines},
13+
journal = {The Journal of Chemical Physics},
14+
volume = {21},
15+
number = {6},
16+
pages = {1087-1092},
17+
publisher = {AIP Publishing},
18+
year = {1953},
19+
month = jun,
20+
url = {http://dx.doi.org/10.1063/1.1699114},
21+
DOI = {10.1063/1.1699114},
22+
ISSN = {1089-7690}
23+
}
24+
25+
@book{Thijssen2007,
26+
author = {Thijssen, Jos M.},
27+
title = {Computational Physics},
28+
year = {2007},
29+
month = mar,
30+
publisher = {Cambridge University Press},
31+
url = {http://dx.doi.org/10.1017/CBO9781139171397},
32+
DOI = {10.1017/cbo9781139171397},
33+
ISBN = {9781107677135}
834
}

0 commit comments

Comments
 (0)