Home
last modified time | relevance | path

Searched defs:DIIS (Results 1 – 15 of 15) sorted by relevance

/dports/science/chemps2/CheMPS2-1.8.10/sphinx/
H A Ddmrgscf.rst55 DIIS section in DMRG-SCF
98 .. [DMRGSCF9] C.D. Sherrill, Programming DIIS, http://vergil.chemistry.gatech.edu/notes/diis/node3.… argument
/dports/biology/mopac/mopac7-1.15/fortran/
H A Ddiis.f52 PRINT=(INDEX(KEYWRD,' DIIS').NE.0) argument
84 C CONSTRUCT THE GDIIS MATRIX argument
87 40 B(I) = 1.D0
113 IF (NDIIS .EQ. MSET) GO TO 140 argument
141 C OUTPUT THE GDIIS MATRIX argument
152 C SCALE DIIS MATRIX BEFORE INVERSION argument
165 C OUTPUT SCALED GDIIS MATRIX argument
176 C INVERT THE GDIIS MATRIX argument
205 WRITE(6,'(10X,''GDIIS COEFFICIENTS'')') argument
213 IF (PRINT) WRITE(6,'(10X,''THE DIIS MATRIX IS ILL CONDITIONED'' argument
[all …]
H A Dlinmin.f37 LOGICAL PRINT,OKF, HALFE, DIIS local
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/optimize/
H A Ddiis.cc73 DIIS::DIIS(int strt, int ndi, double dmp, int ngr, int ngrdiis) : in DIIS() function in DIIS
86 DIIS::DIIS(StateIn& s) : in DIIS() function in DIIS
134 DIIS::DIIS(const Ref<KeyVal>& keyval): in DIIS() function in DIIS
/dports/science/bagel/bagel-1.2.2/src/util/math/
H A Ddiis.h61 DIIS() { } in DIIS() function
62DIIS(const int ndiis) : ndiis_(ndiis), matrix_(std::make_shared<Mat>(ndiis+1, ndiis+1, true)), coe… in DIIS() function
/dports/science/ergo/ergo-3.8/source/scf/
H A DSCF_general.h119 DIISManager* DIIS; // Must be initialized by restricted/unrestricted derived class. variable
/dports/science/jdftx/jdftx-1.6.0/jdftx/doc/
H A Dreferences.bib3 @article{DIIS, author={G. Kresse and J. Furthm{\"u}ller}, journal={Phys. Rev. B}, volume={54}, page… article
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/
H A Ddiis.py39 class DIIS(object): class
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DDIIS.cpp38 CheMPS2::DIIS::DIIS(const int numVarsParamIn, const int numVarsErrorIn, const int numVecsIn){ in DIIS() function in CheMPS2::DIIS
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/cp2kinput/
H A Dcp2kinputdialog.cpp123 DIIS, enumerator
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/cp2kinput/
H A Dcp2kinputdialog.cpp123 DIIS, enumerator
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Ddiis.cpp39 DIIS::DIIS(const arma::mat & S_, const arma::mat & Sinvh_, bool usediis_, double diiseps_, double d… in DIIS() function in DIIS
/dports/science/helfem/HelFEM-21461e9/src/general/
H A Ddiis.cpp36 DIIS::DIIS(const arma::mat & S_, const arma::mat & Sinvh_, bool usediis_, double diiseps_, double d… in DIIS() function in DIIS
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Ddiis.cpp39 DIIS::DIIS(const arma::mat & S_, const arma::mat & Sinvh_, bool usediis_, double diiseps_, double d… in DIIS() function in DIIS
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/scf/
H A Dhf.py1392 DIIS = diis.SCF_DIIS variable in SCF