KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
IntrinsicRules.h
Go to the documentation of this file.
1#ifndef KIDS_INTRINSIC_RULES_H
2#define KIDS_INTRINSIC_RULES_H
3
4namespace PROJECT_NS {
5
6// reserved notation:
7
8constexpr std::string OCCUPATION_PLACEHOLDER = "$OCC";
9constexpr std::string TRJ_INDEX_PLACEHOLDER = "$TRJ";
10constexpr std::string MPI_INDEX_PLACEHOLDER = "$MPI";
11
12constexpr std::string KRULE_KKCMM = "{\"rule\":\"KKCMM<mik>(K1<m[$OCC][$OCC]>)\"}";
13constexpr std::string KRULE_KKwMM = {"$KK_wMM", "KK"};
14constexpr std::string KRULE_KKSQC = {"$KK_SQC", "KK"};
15
16}; // namespace PROJECT_NS
17
18#endif // KIDS_INTRINSIC_RULES_H
< http://warp.povusers.org/FunctionParser/fparser.html
Definition Context.h:39
constexpr std::string KRULE_KKwMM
constexpr std::string TRJ_INDEX_PLACEHOLDER
constexpr std::string MPI_INDEX_PLACEHOLDER
constexpr std::string KRULE_KKSQC
constexpr std::string KRULE_KKCMM
constexpr std::string OCCUPATION_PLACEHOLDER