ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
output_mat_sparse.h
Go to the documentation of this file.
1#ifndef OUTPUT_MAT_SPARSE_H
2#define OUTPUT_MAT_SPARSE_H
3
6#include "source_cell/klist.h"
9
10namespace ModuleIO
11{
13template <typename T>
14void output_mat_sparse(const bool& out_mat_hsR,
15 const bool& out_mat_dh,
16 const bool& out_mat_ds,
17 const bool& out_mat_t,
18 const bool& out_mat_r,
19 const int& istep,
20 const ModuleBase::matrix& v_eff,
21 const Parallel_Orbitals& pv,
22 Gint_k& gint_k, // mohan add 2024-04-01
23 const TwoCenterBundle& two_center_bundle,
24 const LCAO_Orbitals& orb,
25 UnitCell& ucell,
26 const Grid_Driver& grid, // mohan add 2024-04-06
27 const K_Vectors& kv,
28 hamilt::Hamilt<T>* p_ham);
29} // namespace ModuleIO
30
31#endif // OUTPUT_MAT_SPARSE_H
Definition gint_k.h:13
Definition sltk_grid_driver.h:43
Definition klist.h:13
Definition ORB_read.h:19
Definition matrix.h:19
Definition parallel_orbitals.h:9
Definition two_center_bundle.h:11
Definition unitcell.h:16
Definition hamilt.h:16
This class has two functions: restart psi from the previous calculation, and write psi to the disk.
Definition cal_dos.h:9
void output_mat_sparse(const bool &out_mat_hsR, const bool &out_mat_dh, const bool &out_mat_ds, const bool &out_mat_t, const bool &out_mat_r, const int &istep, const ModuleBase::matrix &v_eff, const Parallel_Orbitals &pv, Gint_k &gint_k, const TwoCenterBundle &two_center_bundle, const LCAO_Orbitals &orb, UnitCell &ucell, const Grid_Driver &grid, const K_Vectors &kv, hamilt::Hamilt< double > *p_ham)
Definition output_mat_sparse.cpp:10