pygpe.scalar.data_manager.DataManager#

class pygpe.scalar.data_manager.DataManager(filename, data_path, wfn, params)#

This object handles all the data of the simulation, including the wavefunction, grid, and parameter data.

Parameters:
  • filename (str) – The name of the data file.

  • data_path (str) – The relative path to the folder containing the data file.

Variables:
  • filename – The name of the data file.

  • data_path – The relative path to the folder containing the data file.

__init__(filename, data_path, wfn, params)#

Constructs the DataManager object.

Methods

__init__(filename, data_path, wfn, params)

Constructs the DataManager object.

save_wavefunction(wfn)

Saves the current wavefunction data to the dataset.