Xped
Loading...
Searching...
No Matches
iPEPSOpts.hpp
Go to the documentation of this file.
1#ifndef XPED_IPEPS_OPTS_H_
2#define XPED_IPEPS_OPTS_H_
3
4#include <boost/describe.hpp>
5
6namespace Xped::Opts {
7
8BOOST_DEFINE_ENUM_CLASS(LEG, LEFT, UP, RIGHT, DOWN, PHYS)
9
10BOOST_DEFINE_ENUM_CLASS(LoadFormat, MATLAB, NATIVE)
11
12} // namespace Xped::Opts
13#endif
Definition: bench.cpp:62