Set Info#
- setinfo:
- type:
dictargument path:setinfo- nframes:
- type:
intargument path:setinfo/nframesNumber of frames in this trajectory.
- natoms:
- type:
int, optional, default:-1argument path:setinfo/natomsNumber of atoms in each frame.
- pos_type:
- type:
strargument path:setinfo/pos_typeType of atomic position input. Can be frac / cart / ase.
- pbc:
- type:
list|boolargument path:setinfo/pbcThe periodic condition for the structure, can bool or list of bool to specific x,y,z direction.
- bandinfo:
- type:
dict, optionalargument path:setinfo/bandinfo- band_min:
- type:
int, optional, default:0argument path:setinfo/bandinfo/band_min- the minum band index for the training band window with respected to the correctly selected DFT bands.
- important: before setting this tag you should make sure you have already exclude all the irrelevant in your training data.
This logic for band_min and max is based on the simple fact the total number TB bands > the bands you care.
- band_max:
- type:
int|NoneType, optional, default:Noneargument path:setinfo/bandinfo/band_maxThe maxmum band index for training band window
- emin:
- type:
float|NoneType, optional, default:Noneargument path:setinfo/bandinfo/eminthe minmum energy window, 0 meand the min value of the band at index band_min
- emax:
- type:
float|NoneType, optional, default:Noneargument path:setinfo/bandinfo/emaxthe max energy window, emax value is respect to the min value of the band at index band_min