ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
bcast_cell.h
Go to the documentation of this file.
1#ifndef BCAST_CELL_H
2#define BCAST_CELL_H
3
5namespace unitcell
6{
13 void bcast_atoms_tau(Atom* atoms,
14 const int ntype);
15
22 void bcast_atoms_pseudo(Atom* atoms,
23 const int ntype);
29 void bcast_Lattice(Lattice& lat);
30
37 void bcast_magnetism(Magnetism& magnet,
38 const int ntype);
39
45 void bcast_unitcell(UnitCell& ucell);
46
47
48}
49
50#endif // BCAST_CELL_H
Definition atom_spec.h:7
Definition magnetism.h:9
Definition unitcell.h:16
Definition bcast_cell.cpp:9
void bcast_magnetism(Magnetism &magnet, const int ntype)
broadcast the magnetism
Definition bcast_cell.cpp:84
void bcast_unitcell(UnitCell &ucell)
broadcast the unitcell
Definition bcast_cell.cpp:98
void bcast_atoms_pseudo(Atom *atoms, const int ntype)
broadcast the pseduo of the atoms
Definition bcast_cell.cpp:21
void bcast_atoms_tau(Atom *atoms, const int ntype)
broadcast the tau array of the atoms
Definition bcast_cell.cpp:10
void bcast_Lattice(Lattice &lat)
broadcast the lattice
Definition bcast_cell.cpp:33
info of lattice
Definition unitcell_data.h:8