LandauGinzburg
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
field_class.hpp File Reference

Definition of the class Field. More...

#include <iostream>
#include <math.h>
#include <random>
#include "Eigen/LU"
Include dependency graph for field_class.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Field
 Generate normal distributions; Compute convolutions. More...
 

Enumerations

enum class  Distribution {
  Zero_conf , Gauss_unit , Gauss_L , Gauss_MT_unit ,
  Gauss_MT_L
}
 Types of normal distributions. More...
 

Functions

const std::complex< double > IM (0, 1.0)
 Imaginary unit.
 

Detailed Description

Definition of the class Field.

See also
field_class.cpp
Author
Okuto Morikawa

Definition in file field_class.hpp.

Enumeration Type Documentation

◆ Distribution

enum class Distribution
strong

Types of normal distributions.

Enumerator
Zero_conf 

Zero configuration

Gauss_unit 

Random device with unit deviation

Gauss_L 

Random device with deviation Li/SQRT2

Gauss_MT_unit 

Mersenne twistor with unit deviation

Gauss_MT_L 

Mersenne twistor with deviation Li/SQRT2

Definition at line 28 of file field_class.hpp.