2013-07-17 19:24:07 +02:00
|
|
|
.. _montecarlo:
|
|
|
|
|
2013-09-08 19:20:34 +02:00
|
|
|
Tools for Monte Carlo
|
|
|
|
=========================
|
2013-07-17 19:24:07 +02:00
|
|
|
|
2013-09-08 19:20:34 +02:00
|
|
|
The TRIQS library provide simple tools for Monte Carlo codes, like a class called ``mc_generic`` which allows you to write
|
2013-07-17 19:24:07 +02:00
|
|
|
Monte Carlo algorithms in a simple framework. The class takes care of the basic
|
|
|
|
mechanics which is common to any Monte Carlo method so that you can focus on
|
|
|
|
the implementation details of your specific algorithm.
|
|
|
|
|
2013-09-08 19:20:34 +02:00
|
|
|
|
2013-07-17 19:24:07 +02:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
loop
|
|
|
|
overview
|
|
|
|
reference
|
|
|
|
random
|
|
|
|
ising
|