QNANO
Organize_Blocks_By_Orbital_List.h
1 #ifndef QNANO_NEW_ORGANIZE_BLOCKS_BY_ORBITAL_LIST_DEFINED_H
2 #define QNANO_NEW_ORGANIZE_BLOCKS_BY_ORBITAL_LIST_DEFINED_H
3 
4 #include "tools/Organize_Blocks.h"
5 #include "tools/Parameter_Map.h"
6 #include "structure/Atom_List.h"
7 #include "orbitals/Select_Orbitals_List.h"
8 
11 public:
12  bool spinless;
13 
14 
15  bool is_spinless()const{return spinless;}
16  void setup(Parameter_Map &param_map, bool *successful);
17  void setup(Parameter_Map &param_map){ setup(param_map, NULL); }
18 
19 
22  setup(param_map);
23  }
24 
25 };
26 
27 #endif
Definition: Parameter_Map.h:12
A 'Organize_Blocks' class that can be read from a position file.
Definition: Organize_Blocks_By_Orbital_List.h:10
Definition: Organize_Blocks.h:86