Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good book for Monte Carlo methods in c++? [closed]

Can anybody recommend a good introduction book on Monte Carlo algorithms in c++? Preferably with applications to physics, and even more preferably, the kind of physics being quantum mechanics.

Thanks!

like image 274
trolle3000 Avatar asked Jan 26 '10 20:01

trolle3000


2 Answers

You can have a look at Morten Hjorth-Jensen's Lecture Notes on Computational Physics (pdf file, 5.3 MB), University of Oslo (2009), chapters 8-11 (especially chapter 11, on Quantum Monte Carlo).

However, you should make sure you are not trying to learn too many things at the same time (Monte Carlo, C++, quantum mechanics). There are very good references (or introductory books) for each one of those topics separately.

like image 142
Alexandros Gezerlis Avatar answered Oct 18 '22 15:10

Alexandros Gezerlis


If you don't mind a book with a finance slant to it, my initial assessment of Monte Carlo Frameworks: Building Customisable High-Performance C++ Applications is very positive.

like image 35
jason Avatar answered Oct 18 '22 15:10

jason