Majoranapp
A C++ library for studying MZM in non-interacting systems
|
class which produces stuff More...
#include <Factory.hpp>
Static Public Member Functions | |
template<class T , typename... Targs> | |
static Hamiltonian< T > | Generate (QuantumSystem &quantumSystem, Targs... Fargs) |
run the Generate() function of static class O More... | |
class which produces stuff
O | static object to execute |
|
inlinestatic |
run the Generate()
function of static class O
T | matrix type, support for: arma::mat, arma::sp_mat |
Targs |
quantumSystem | information about system |
Fargs |