protex.update.KeepHUpdate
- class protex.update.KeepHUpdate(ionic_liquid: ProtexSystem, all_forces: bool = False, to_adapt: list[tuple[str, int, frozenset[str]]] | None = None, include_equivalent_atom: bool = False, reorient: bool = False, K: int = 300)[source]
Bases:
Update
KeepHUpdate performs updates but uses the original H position keep the position of the original H when switching from dummy to real H.
Methods
Pickle an Update instance.
Load a picklesUpdate instance.
- static load(fname, protex_system: ProtexSystem) KeepHUpdate [source]
Load a picklesUpdate instance.
- Parameters:
fname (str) – The file name
protex_system (ProtexSystem) – An instance of ProtexSystem, used to create the Update instance
- Returns:
An update instance
- Return type: