ABACUS
develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
source
source_lcao
module_gint
temp_gint
gint_type.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
source_lcao/module_hcontainer/hcontainer.h
"
4
#include "
source_base/vector3.h
"
5
#include "
source_base/matrix3.h
"
6
7
namespace
ModuleGint
8
{
9
using
Matrix3
=
ModuleBase::Matrix3
;
10
using
Vec3d
=
ModuleBase::Vector3<double>
;
11
using
Vec3i
=
ModuleBase::Vector3<int>
;
12
13
template
<
typename
T>
14
using
HContainer
=
hamilt::HContainer<T>
;
15
}
ModuleBase::Matrix3
3x3 matrix and related mathamatical operations
Definition
matrix3.h:19
ModuleBase::Vector3< double >
hamilt::HContainer
Definition
hcontainer.h:144
hcontainer.h
matrix3.h
ModuleGint
Definition
batch_biggrid.cpp:4
vector3.h
Generated by
1.9.8