Home
last modified time | relevance | path

Searched refs:densityMatrix (Results 1 – 23 of 23) sorted by relevance

/dports/science/ergo/ergo-3.8/source/scf/
H A DSCF_restricted.cc99 densityMatrix.readFromFile(); in get_density_matrix()
100 densityMatrix_ = densityMatrix; in get_density_matrix()
101 densityMatrix.writeToFile(); in get_density_matrix()
229 densityMatrix.readFromFile(); in get_starting_guess_density()
231 densityMatrix.writeToFile(); in get_starting_guess_density()
244 densityMatrix.readFromFile(); in add_random_disturbance_to_starting_guess()
251 densityMatrix.writeToFile(); in add_random_disturbance_to_starting_guess()
323 densityMatrix.readFromFile(); in get_2e_part_and_energy()
477 densityMatrix.writeToFile(); in get_2e_part_and_energy()
994 symmMatrix densityMatrix; in get_expected_values_pos_operator() local
[all …]
H A Dscf_utils.h112 symmMatrix & densityMatrix);
222 do_mulliken_atomic_charges(const symmMatrix & densityMatrix,
241 const symmMatrix & densityMatrix,
H A DSCF_restricted.h129 symmMatrix densityMatrix; variable
H A Dscf_utils.cc820 symmMatrix & densityMatrix) in get_simple_starting_guess_sparse() argument
833 densityMatrix.assign_from_sparse(rowind, colind, diagonalValues); in get_simple_starting_guess_sparse()
2229 get_mulliken_charges(const symmMatrix & densityMatrix, in get_mulliken_charges() argument
2261 normalMatrix D(densityMatrix); in get_mulliken_charges()
2296 do_mulliken_atomic_charges(const symmMatrix & densityMatrix, in do_mulliken_atomic_charges() argument
2307 …get_mulliken_charges(densityMatrix, S_symm, basisInfo, matrix_size_block_info, permutationHML, inv… in do_mulliken_atomic_charges()
2366 const symmMatrix & densityMatrix, in get_exp_value_pos_operator() argument
2393 expval = symmMatrix::trace_ab(densityMatrix, opMatrix); // E[X] in get_exp_value_pos_operator()
2399 expval = symmMatrix::trace_ab(densityMatrix, opMatrix); // E[X^2] in get_exp_value_pos_operator()
/dports/science/ergo/ergo-3.8/source/utilities/
H A Ddipole_moment.cc44 compute_dipole_moment_onecoord(const symmMatrix & densityMatrix, in compute_dipole_moment_onecoord() argument
64 ergo_real density_contrib = symmMatrix::trace_ab(densityMatrix, opMatrix); in compute_dipole_moment_onecoord()
74 get_dipole_moment(const symmMatrix & densityMatrix, in get_dipole_moment() argument
82 …ergo_real dipole_moment_x = compute_dipole_moment_onecoord(densityMatrix, basisInfo, matrix_size_b… in get_dipole_moment()
83 …ergo_real dipole_moment_y = compute_dipole_moment_onecoord(densityMatrix, basisInfo, matrix_size_b… in get_dipole_moment()
84 …ergo_real dipole_moment_z = compute_dipole_moment_onecoord(densityMatrix, basisInfo, matrix_size_b… in get_dipole_moment()
92 const ergo_real* densityMatrix, in get_dipole_moment_fullmat() argument
107 vec[i] = densityMatrix[i]; in get_dipole_moment_fullmat()
H A Ddipole_moment.h42 get_dipole_moment(const symmMatrix & densityMatrix,
52 const ergo_real* densityMatrix,
H A Ddensity_description_file.cc1129 ergo_real **densityMatrix) in ddf_load_density() argument
1162 densityMatrix[i] = in ddf_load_density()
1167 densityMatrix, in ddf_load_density()
/dports/science/ergo/ergo-3.8/source/test/
H A Dgradient_test.cc88 const symmMatrix & densityMatrix, in get_gradient_using_finite_differences() argument
104 densityMatrix, in get_gradient_using_finite_differences()
115 densityMatrix, in get_gradient_using_finite_differences()
129 const symmMatrix & densityMatrix, in get_gradient_using_explicit_integrals() argument
139 densityMatrix.fullMatrix(densityMatrix_full, inversePermutationHML, inversePermutationHML); in get_gradient_using_explicit_integrals()
/dports/science/ergo/ergo-3.8/source/dft/
H A Dxc_matrix_sparse.cc166 SparseMatrix *densityMatrix; member in XCEvaluatorRestricted
176 densityMatrix(NULL) in XCEvaluatorRestricted()
178 densityMatrix = new SparseMatrix(*pattern, density, aoMap, permutationHML); in XCEvaluatorRestricted()
182 delete densityMatrix; in ~XCEvaluatorRestricted()
214 electrons = integrate(1, &densityMatrix, *bisPermuted, mol, gss, nThreads, in getXC()
/dports/science/ergo/ergo-3.8/source/electron_dynamics/
H A Dtdhf_dynamics.h55 const symmMatrix & densityMatrix,
H A Dtdhf_dynamics.cc362 const symmMatrix & densityMatrix, in do_tdhf_dynamics() argument
373 Dtest = densityMatrix; in do_tdhf_dynamics()
377 SD = S_symm * densityMatrix; in do_tdhf_dynamics()
395 ergo_real D_frob_diff = symmMatrix::frob_diff(D_nonort_test, densityMatrix); in do_tdhf_dynamics()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Dslaterset.h154 MatrixX& densityMatrix() { return m_density; } in densityMatrix() function
H A Dslatersettools.cpp66 const MatrixX& matrix = m_basis->densityMatrix(); in calculateElectronDensity()
H A Dgaussianset.h316 MatrixX& densityMatrix() { return m_density; } in densityMatrix() function
H A Dgaussiansettools.cpp84 const MatrixX& matrix = m_basis->densityMatrix(); in calculateElectronDensity()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Dslaterset.h154 MatrixX& densityMatrix() { return m_density; } in densityMatrix() function
H A Dslatersettools.cpp66 const MatrixX& matrix = m_basis->densityMatrix(); in calculateElectronDensity()
H A Dgaussianset.h316 MatrixX& densityMatrix() { return m_density; } in densityMatrix() function
H A Dgaussiansettools.cpp84 const MatrixX& matrix = m_basis->densityMatrix(); in calculateElectronDensity()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_common/
H A Denvironment.F9097 integer :: densityMatrix = 9 component
/dports/science/ergo/ergo-3.8/source/
H A Dergo_scripted.cc1110 symmMatrix densityMatrix; in es_run() local
1111 SCF.get_density_matrix(densityMatrix); in es_run()
1124 densityMatrix, in es_run()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftbplus/
H A Dmain.F902128 call env%globalTimer%startTimer(globalTimers%densityMatrix)
2143 call env%globalTimer%stopTimer(globalTimers%densityMatrix)
2163 call env%globalTimer%startTimer(globalTimers%densityMatrix)
2168 call env%globalTimer%stopTimer(globalTimers%densityMatrix)
2360 call env%globalTimer%startTimer(globalTimers%densityMatrix)
2381 call env%globalTimer%stopTimer(globalTimers%densityMatrix)
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_elecsolvers/
H A Delsisolver.F90884 call env%globalTimer%stopTimer(globalTimers%densityMatrix)