ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
element_basis_index-ORB.h
Go to the documentation of this file.
1#ifndef ELEMENT_BASIS_INDEX_ORB_H
2#define ELEMENT_BASIS_INDEX_ORB_H
3
4#include "../../source_base/element_basis_index.h"
5#include <vector>
6
8 class LCAO_Orbitals;
9
10namespace ModuleBase
11{
12
13namespace Element_Basis_Index
14{
15 extern Range construct_range( const LCAO_Orbitals &orb );
16
17 extern Range construct_range( const std::vector<std::vector<std::vector<Numerical_Orbital_Lm>>> &orb ); // orb[T][L][N]
18}
19
20}
21
22#endif
Definition ORB_read.h:19
Definition ORB_atomic_lm.h:22
ModuleBase::Element_Basis_Index::Range construct_range()
Definition element_basis_index-unittest.cpp:9
std::vector< std::vector< NM > > Range
Definition element_basis_index.h:41
Definition array_pool.h:6