Home
last modified time | relevance | path

Searched refs:ortho_type (Results 1 – 4 of 4) sorted by relevance

/dports/science/atompaw/atompaw-4.1.1.0/src/
H A Dinput_dataset_mod.F90805 dataset%ortho_type=ORTHO_TYPE_GRAMSCHMIDT
817 dataset%ortho_type=ORTHO_TYPE_GRAMSCHMIDT
821 dataset%ortho_type=ORTHO_TYPE_GRAMSCHMIDT
825 dataset%ortho_type=ORTHO_TYPE_VANDERBILT
829 dataset%ortho_type=ORTHO_TYPE_VANDERBILT
837 dataset%ortho_type=ORTHO_TYPE_GRAMSCHMIDT
856 dataset%ortho_type=ORTHO_TYPE_HF
908 IF (dataset%ortho_type==ORTHO_TYPE_VANDERBILT) &
910 IF (dataset%ortho_type==ORTHO_TYPE_SVD) &
1182 dataset%ortho_type = UNKNOWN_TYPE
[all …]
H A Dpseudo.F90132 IF (input_dataset%ortho_type==ORTHO_TYPE_GRAMSCHMIDT) Orthoindex=GRAMSCHMIDTORTHO
133 IF (input_dataset%ortho_type==ORTHO_TYPE_VANDERBILT) Orthoindex=VANDERBILTORTHO
134 IF (input_dataset%ortho_type==ORTHO_TYPE_SVD) Orthoindex=SVDORTHO
135 IF (input_dataset%ortho_type==ORTHO_TYPE_HF) Orthoindex=-13
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DPSDAWavefunctionStepper.cpp215 enum ortho_type { GRAM, LOWDIN, ORTHO_ALIGN, RICCATI }; in update() enum
218 const ortho_type ortho = ORTHO_ALIGN; in update()
H A DBOSampleStepper.cpp177 enum ortho_type { GRAM, LOWDIN, ORTHO_ALIGN, RICCATI }; in step() enum