triqs.mc_tools
Monte Carlo helpers from the TRIQS MC tools framework.
This module exposes the random number generator utilities used by Monte Carlo simulations in TRIQS. The MC simulation driver and the move / measurement abstractions are not available from Python.
It is imported with the command:
>>> from triqs.mc_tools import RandomGenerator, random_generator_names_list
Modules
Random number generator utilities for Monte Carlo simulations. |