GPUE  v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
constants.h File Reference

Useful physical constants. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PI   3.141592653589793
 
#define HBAR   1.05457148e-34
 
#define MU_N   5.05078324e-27
 
#define MU_B   9.27400915e-24
 
#define MU_0   4*PI*1e-7
 
#define EPSILON_0   8.854187817620e-12
 
#define INV_RT_2   0.7071067811865475
 
#define RT_2   1.4142135623730951
 

Detailed Description

Useful physical constants.

Author
Lee J. O'Riordan (mlxd)
Date
12/11/2015
Version
0.1

DESCRIPTION

This file maintains macros for physical constants.

Definition in file constants.h.

Macro Definition Documentation

◆ EPSILON_0

#define EPSILON_0   8.854187817620e-12

Definition at line 25 of file constants.h.

◆ HBAR

#define HBAR   1.05457148e-34

Definition at line 20 of file constants.h.

◆ INV_RT_2

#define INV_RT_2   0.7071067811865475

Definition at line 26 of file constants.h.

◆ MU_0

#define MU_0   4*PI*1e-7

Definition at line 24 of file constants.h.

◆ MU_B

#define MU_B   9.27400915e-24

Definition at line 22 of file constants.h.

◆ MU_N

#define MU_N   5.05078324e-27

Definition at line 21 of file constants.h.

◆ PI

#define PI   3.141592653589793

Definition at line 19 of file constants.h.

◆ RT_2

#define RT_2   1.4142135623730951

Definition at line 27 of file constants.h.