def dmrg_postprocessing.Data.__init__ (   self,
  base_dir,
  jobs_dir = '',
  label = None 
)

Initializes the Data object.

This initializer simply fills in the base directory and prepares the private variables which will store the corresponding data. The variables are first set to None. Whenever some data is requested, these variables will then be filled.

Parameters
base_dirdirectory containing the data files
jobs_dirpath to be prepended to base_dir
labellabel for plots with this data object

Examples

1 >>> data = dmrg.Data("data_dir",jobs_dir="/tmp/data/",label="Data1")

Definition at line 49 of file dmrg_postprocessing.py.

This site was generated by Sphinx using Doxygen with a customized theme from doxygen-bootstrapped.