Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
260 changes: 260 additions & 0 deletions report/ChainMCReport.tex

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions report/chainbib.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
@article{PhilNotes,
title = {Monte Carlo Simulation of Polymers: Coarse-Grained Models},
author = {J\"org Baschnagel, Joachim P. Wittmer, Hendrik Meyer},
publisher = {},
year = 2004,
journal = {John von Neumann Institute for Computing},
volume = 23,
pages = {83-140},
url = {http://www.pa.msu.edu/~duxbury/courses/phy480/BaschnagelReview2004.pdf}
}
@article{Rosenbluth,
title = {Monte Carlo Calculation of the Average Extension of Molecular Chains},
author = {Marshall N. Rosenbluth and Arianna W. Rosenbluth},
publisher = {},
year = 1955,
journal = {The Journal of Chemical Physics},
volume = 23,
pages = 356
}
@article{sun,
title = {The Photosphere},
author = {University of St. Andrews},
publisher = {AWH/JOC},
year = 1995,
journal = {Lecture notes at University of St. Andrews},
url = {www-solar.mcs.st-andrews.ac.uk/~alan/sun_course/Introduction/Photosphere.html}
}
@article{stuff,
title = {From Rosenbluth Sampling to PERM - rare event sampling with stochastic growth algorithms},
author = {Thomas Prellberg},
publisher = {Oldenburg, Germany},
year = 2012,
journal = {Lecture given at the International Summer School, Modern Computational Science 2012 - Optimization},
url = {http://www.maths.qmul.ac.uk/~tp/papers/pub084pre.pdf}
}
@book{Nunes,
title = {Nuclear Reactions for Astrophysics},
author = {Ian J. Thompson and Filomena M. Nunes},
publisher = {Cambridge University Press},
year = 2009,
address = {New York}
}
@article{verlet,
title = {Computer "Experiments" on Classical Fluids. I. Thermodynamical Properties of Lennard-Jones Molecules},
author = {Verlet, Loup},
journal = {Phys. Rev.},
volume = {159},
issue = {1},
pages = {98--103},
numpages = {0},
year = {1967},
month = {Jul},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.159.98},
url = {http://link.aps.org/doi/10.1103/PhysRev.159.98}
}
@article{PERM,
title = {Pruned-enriched Rosenbluth method: Simulations of $\theta$ polymers of chain length up to 1 000 000},
author = {Grassberger, Peter},
journal = {Phys. Rev. E},
volume = {56},
issue = {3},
pages = {3682--3693},
numpages = {0},
year = {1997},
month = {Sep},
publisher = {American Physical Society},
doi = {10.1103/PhysRevE.56.3682},
url = {http://link.aps.org/doi/10.1103/PhysRevE.56.3682}
}
@book{staterr,
title = {Numerical Recipes in FORTRAN: The Art of Scientific Computing},
author = {W.H. Press, B.P. Flannery, S.A. Teukolsky, and W.T. Vetterling},
publisher = {Cambridge University Press},
year = 1992,
edition = 2nd
address = {Cambridge}
}
Binary file added report/figures/T1plot.pdf
Binary file not shown.
Binary file added report/figures/T2plot.pdf
Binary file not shown.
Binary file added report/figures/T5plot.pdf
Binary file not shown.
Binary file added report/figures/VLJ.pdf
Binary file not shown.
Binary file removed report/figures/fig_1.pdf
Binary file not shown.
156 changes: 0 additions & 156 deletions report/report.tex

This file was deleted.

22 changes: 0 additions & 22 deletions src/Makefile

This file was deleted.

51 changes: 0 additions & 51 deletions src/R_code/mag_critical.R

This file was deleted.

39 changes: 0 additions & 39 deletions src/R_code/make_plots.R

This file was deleted.

33 changes: 0 additions & 33 deletions src/R_code/sus_critical.R

This file was deleted.

Loading