Majoranapp
A C++ library for studying MZM in non-interacting systems
VectorViewer.hpp File Reference
#include <functional>
#include "Info.hpp"
#include "QuantumSystem/Dimensions.hpp"
#include "VectorViewers/DefaultViewer.hpp"
Include dependency graph for VectorViewer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VectorViewer
 class for viewing eigenvectors More...
 

Typedefs

using ViewerFunction = std::function< void(arma::mat &vectors, int deg)>
 

Typedef Documentation

◆ ViewerFunction

using ViewerFunction = std::function<void(arma::mat &vectors, int deg)>