Common Options#
- common_options:
- type:
dictargument path:common_options- basis:
- type:
dictargument path:common_options/basisThe atomic orbitals used to construct the basis. e.p. {‘A’:[‘2s’,’2p’,’s*’],’B’:’[3s’,’3p’]}
- overlap:
- type:
bool, optional, default:Falseargument path:common_options/overlapWhether to calculate the overlap matrix. Default: False
- device:
- type:
str, optional, default:cpuargument path:common_options/deviceThe device to run the calculation, choose among cpu and cuda[:int], Default: cpu
- dtype:
- type:
str, optional, default:float32argument path:common_options/dtype- The digital number’s precison, choose among:
- Default: float32
float32: indicating torch.float32
float64: indicating torch.float64
- seed:
- type:
int, optional, default:3982377700argument path:common_options/seedThe random seed used to initialize the parameters and determine the shuffling order of datasets. Default: 3982377700