meld.runner.fake_runner.FakeSystemRunner
- class meld.runner.fake_runner.FakeSystemRunner(system, options, communicator)[source]
Bases:
IRunnerFake runner for test purposes.
Methods
__init__(system, options, communicator)get_energy(state)- rtype
float
get_group_energies(state)- rtype
ndarray
minimize_then_run(state)- rtype
prepare_for_timestep(state, alpha, timestep)- rtype
None
run(state)- rtype
set_alpha_and_timestep(alpha, timestep)- rtype
None
Attributes