![]() |
GPUE
v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
|
Functions | |
| def | extract_field (filename, varname) |
| def | write_2d (var, outfile, fudge_factor) |
| def | write_3d (var, outfile, fudge_factor) |
| def | write_constant (outfile, res) |
Variables | |
| float | hbar = 1.05457148e-34 |
| def | var = extract_field("Avec_broad_256.mat","avec") |
| def extract_gauge.extract_field | ( | filename, | |
| varname | |||
| ) |
Definition at line 13 of file extract_gauge.py.
| def extract_gauge.write_2d | ( | var, | |
| outfile, | |||
| fudge_factor | |||
| ) |
Definition at line 18 of file extract_gauge.py.
| def extract_gauge.write_3d | ( | var, | |
| outfile, | |||
| fudge_factor | |||
| ) |
Definition at line 26 of file extract_gauge.py.
| def extract_gauge.write_constant | ( | outfile, | |
| res | |||
| ) |
Definition at line 34 of file extract_gauge.py.
| float extract_gauge.hbar = 1.05457148e-34 |
Definition at line 10 of file extract_gauge.py.
| def extract_gauge.var = extract_field("Avec_broad_256.mat","avec") |
Definition at line 40 of file extract_gauge.py.