endstate_correction.protocol.SMCProtocol

class endstate_correction.protocol.SMCProtocol(sim: Simulation, reference_samples: Trajectory | None = None, target_samples: Trajectory | None = None, nr_of_walkers: int = -1, protocol_length: int = 1000, nr_of_resampling_steps: int = 1000, save_endstates: bool = False)[source]

Bases: BaseProtocol

SMC-specific protocol

Methods

Attributes

nr_of_resampling_steps

nr_of_walkers

protocol_length

reference_samples

save_endstates

target_samples

sim