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#include "source_lcao/module_dftu/dftu.h" // mohan add 20251107
10
11namespace ModuleIO
12{
14template <typename T>
15void output_mat_sparse(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 const TwoCenterBundle& two_center_bundle,
23 const LCAO_Orbitals& orb,
24 UnitCell& ucell,
25 const Grid_Driver& grid,
26 const K_Vectors& kv,
27 hamilt::Hamilt<T>* p_ham,
28 Plus_U* p_dftu);
29} // namespace ModuleIO
30
31#endif // OUTPUT_MAT_SPARSE_H
Definition sltk_grid_driver.h:40
Definition klist.h:12
Definition ORB_read.h:18
Definition matrix.h:18
Definition parallel_orbitals.h:9
Definition dftu.h:19
Definition two_center_bundle.h:11
Definition unitcell.h:15
Definition hamilt.h:17
Definition input_help.cpp:10
void output_mat_sparse(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, const TwoCenterBundle &two_center_bundle, const LCAO_Orbitals &orb, UnitCell &ucell, const Grid_Driver &grid, const K_Vectors &kv, hamilt::Hamilt< T > *p_ham, Plus_U *p_dftu)
the output interface to write the sparse matrix of dH, dS, T, and r
Definition output_mat_sparse.cpp:9