supersolids.tools.get_System_at_npz¶
Module Contents¶
Functions¶
|
Gets Schroedinger at given npz |
Attributes¶
- supersolids.tools.get_System_at_npz.get_System_at_npz(dir_path = Path('~/supersolids/results').expanduser(), dir_name = 'movie001', filename_schroedinger = f'schroedinger.pkl', filename_steps = f'step_', steps_format = '%06d', frame = 0)¶
Gets Schroedinger at given npz
- Returns
Schroedinger System
- Parameters
dir_path (pathlib.Path) –
dir_name (str) –
filename_schroedinger (str) –
filename_steps (str) –
steps_format (str) –
frame (int) –
- Return type
- supersolids.tools.get_System_at_npz.parser¶