supersolids.tools.get_System_at_npz

Module Contents

Functions

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

plot_System_at_npz(args)

flags(args_array)

Attributes

args

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.Schroedinger.Schroedinger

supersolids.tools.get_System_at_npz.plot_System_at_npz(args)
supersolids.tools.get_System_at_npz.flags(args_array)
supersolids.tools.get_System_at_npz.args