ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
symm_other.h
Go to the documentation of this file.
1#ifndef SYMM_OTHER_H
2#define SYMM_OTHER_H
3
6namespace ModuleSymmetry
7{
8namespace Symm_Other
9{
10 void print1(const int &ibrav, const double *cel_const, std::ofstream &ofs_running);
11
13
14 double celvol(const ModuleBase::Vector3<double> &a,
16
17
18}
19}
20
21#endif
3 elements vector
Definition vector3.h:22
void print1(const int &ibrav, const double *cel_const, std::ofstream &ofs_running)
Definition symm_other.cpp:5
double celvol(const ModuleBase::Vector3< double > &a, const ModuleBase::Vector3< double > &b, const ModuleBase::Vector3< double > &c)
Definition symm_other.cpp:125
bool right_hand_sense(ModuleBase::Vector3< double > &v1, ModuleBase::Vector3< double > &v2, ModuleBase::Vector3< double > &v3)
Definition symm_other.cpp:110
Definition symm_other.cpp:4