Data Options#
- data_options:
- type:
dictargument path:data_optionsThe options for dataset settings in training.
- r_max:
- type:
str|float|int, optional, default:5.0argument path:data_options/r_maxr_max
- oer_max:
- type:
str|float|int, optional, default:5.0argument path:data_options/oer_maxoer_max
- er_max:
- type:
str|float|int, optional, default:5.0argument path:data_options/er_maxer_max
- train:
- type:
dictargument path:data_options/trainThe dataset settings for training.
- type:
- type:
str, optional, default:DefaultDatasetargument path:data_options/train/typeThe type of dataset.
- root:
- type:
strargument path:data_options/train/rootThis is where the dataset stores data files.
- prefix:
- type:
str|NoneType, optional, default:Noneargument path:data_options/train/prefixThe prefix of the folders under root, which will be loaded in dataset.
- separator:
- type:
str, optional, default:.argument path:data_options/train/separatorthe sepatator used to separate the prefix and suffix in the dataset directory. Default: ‘.’
- get_Hamiltonian:
- type:
bool, optional, default:Falseargument path:data_options/train/get_HamiltonianChoose whether the Hamiltonian blocks (and overlap blocks, if provided) are loaded when building dataset.
- get_overlap:
- type:
bool, optional, default:Falseargument path:data_options/train/get_overlapChoose whether the overlap blocks are loaded when building dataset.
- get_DM:
- type:
bool, optional, default:Falseargument path:data_options/train/get_DMChoose whether the density matrix is loaded when building dataset.
- get_eigenvalues:
- type:
bool, optional, default:Falseargument path:data_options/train/get_eigenvaluesChoose whether the eigenvalues and k-points are loaded when building dataset.
- validation:
- type:
dict, optionalargument path:data_options/validationThe dataset settings for validation.
- type:
- type:
str, optional, default:DefaultDatasetargument path:data_options/validation/typeThe type of dataset.
- root:
- type:
strargument path:data_options/validation/rootThis is where the dataset stores data files.
- prefix:
- type:
str|NoneType, optional, default:Noneargument path:data_options/validation/prefixThe prefix of the folders under root, which will be loaded in dataset.
- separator:
- type:
str, optional, default:.argument path:data_options/validation/separatorthe sepatator used to separate the prefix and suffix in the dataset directory. Default: ‘.’
- get_Hamiltonian:
- type:
bool, optional, default:Falseargument path:data_options/validation/get_HamiltonianChoose whether the Hamiltonian blocks (and overlap blocks, if provided) are loaded when building dataset.
- get_overlap:
- type:
bool, optional, default:Falseargument path:data_options/validation/get_overlapChoose whether the overlap blocks are loaded when building dataset.
- get_DM:
- type:
bool, optional, default:Falseargument path:data_options/validation/get_DMChoose whether the density matrix is loaded when building dataset.
- get_eigenvalues:
- type:
bool, optional, default:Falseargument path:data_options/validation/get_eigenvaluesChoose whether the eigenvalues and k-points are loaded when building dataset.
- reference:
- type:
dict, optionalargument path:data_options/referenceThe dataset settings for reference.
- type:
- type:
str, optional, default:DefaultDatasetargument path:data_options/reference/typeThe type of dataset.
- root:
- type:
strargument path:data_options/reference/rootThis is where the dataset stores data files.
- prefix:
- type:
str|NoneType, optional, default:Noneargument path:data_options/reference/prefixThe prefix of the folders under root, which will be loaded in dataset.
- separator:
- type:
str, optional, default:.argument path:data_options/reference/separatorthe sepatator used to separate the prefix and suffix in the dataset directory. Default: ‘.’
- get_Hamiltonian:
- type:
bool, optional, default:Falseargument path:data_options/reference/get_HamiltonianChoose whether the Hamiltonian blocks (and overlap blocks, if provided) are loaded when building dataset.
- get_overlap:
- type:
bool, optional, default:Falseargument path:data_options/reference/get_overlapChoose whether the overlap blocks are loaded when building dataset.
- get_DM:
- type:
bool, optional, default:Falseargument path:data_options/reference/get_DMChoose whether the density matrix is loaded when building dataset.
- get_eigenvalues:
- type:
bool, optional, default:Falseargument path:data_options/reference/get_eigenvaluesChoose whether the eigenvalues and k-points are loaded when building dataset.