|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "source_basis/module_ao/parallel_orbitals.h"#include "source_basis/module_nao/two_center_bundle.h"#include "source_cell/klist.h"#include "source_hamilt/hamilt.h"#include "source_cell/module_neighbor/sltk_grid_driver.h"Go to the source code of this file.
Namespaces | |
| namespace | ModuleIO |
Functions | |
| template<typename T > | |
| void | ModuleIO::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, const TwoCenterBundle &two_center_bundle, const LCAO_Orbitals &orb, UnitCell &ucell, const Grid_Driver &grid, const K_Vectors &kv, hamilt::Hamilt< T > *p_ham) |
| the output interface to write the sparse matrix of H, S, T, and r | |