Cadabra
Computer algebra system for field theory problems
Symbols.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include <map>
5 #include <string>
6 
7 namespace cadabra {
8  namespace symbols {
9  extern const std::map<std::string, std::string> greekmap;
10  }
11  }
const std::map< std::string, std::string > greekmap
Definition: Symbols.cc:5
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83