![]() |
A parallel C++ Library for Simulations in the Heisenberg Model
|
#include <QWidget>
#include <QTimer>
#include <string>
#include <QLineEdit>
#include <QLabel>
#include <QGridLayout>
#include <iostream>
#include <QPainter>
#include "qt_application/app.h"
#include "simulation.h"
Go to the source code of this file.
Classes | |
struct | gridSizes |
class | Window |
Enumerations | |
enum | SimulationType { metropolis, heatbath, wolff } |
enum SimulationType |
Enumerator | |
---|---|
metropolis | |
heatbath | |
wolff |
Definition at line 16 of file ising_window.h.