.. _api-dmqmc: Density Matrix Quantum Monte Carlo ================================== The family of methods based on the :class:`~pydmqmc.methods.DensityMatrixQMC` method are listed below in alphabetical order. Note that :class:`~pydmqmc.methods.DensityMatrixQMC` itself is not intended to be used as a standalone class but is detailed below. .. toctree:: :caption: Child Methods :maxdepth: 1 asymmetric_bloch_dmqmc ipdmqmc symmetric_bloch_dmqmc Base Class ---------- .. warning:: This class is not designed for standalone use. Instead, it should be inherited by other classes. .. autoclass:: pydmqmc.methods.DensityMatrixQMC