QMCPACK
AtomBase.h File Reference
+ Include dependency graph for AtomBase.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Atom
 

Enumerations

enum  AtomType { DFTType, HFType, OEPType }
 

Enumeration Type Documentation

◆ AtomType

enum AtomType
Enumerator
DFTType 
HFType 
OEPType 

Definition at line 23 of file AtomBase.h.

24 {
25  DFTType,
26  HFType,
27  OEPType
28 } AtomType;
AtomType
Definition: AtomBase.h:23