ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
check_atomic_stru.h
Go to the documentation of this file.
1#ifndef CHECK_ATOMIC_STRU_H
2#define CHECK_ATOMIC_STRU_H
3
4#include "unitcell.h"
5
6namespace unitcell
7{
8 void check_atomic_stru(UnitCell& ucell, const double& factor);
9};
10
11#endif
Definition unitcell.h:16
Definition bcast_cell.cpp:9
void check_atomic_stru(UnitCell &ucell, const double &factor)
Definition check_atomic_stru.cpp:9