SwapMCState¶
- class torch_sim.monte_carlo.SwapMCState(positions, masses, cell, pbc, atomic_numbers, energy, last_permutation, *, batch=None)[source]¶
Bases:
SimState
State for Monte Carlo simulations with swap moves.
This class extends the SimState to include properties specific to Monte Carlo simulations, such as the system energy and records of permutations applied during the simulation.
- Variables:
- Parameters: