![]() |
GPUE
v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
|
Classes | |
| class | params |
Functions | |
| def | plot_var (xDim, yDim, data_dir, pltval) |
| def | plot_var_range (xDim, yDim, data_dir, pltval, start, end, incr) |
| def | plot_wfc (xDim, yDim, data_dir, pltval, start, end, incr) |
| def | plot_complex (xDim, yDim, data_dir, pltval, start, end, incr) |
| def | plot_wfc_k (xDim, yDim, data_dir, pltval, start, end, incr) |
| def | plot_wfc_phase (xDim, yDim, data_dir, pltval, start, end, incr) |
| def | parse_args (string_list) |
| def | plot (par) |
Variables | |
| parser = argparse.ArgumentParser(description='reading strings for plotting') | |
| metavar | |
| nargs | |
| help | |
| args = parser.parse_args() | |
| def | par = parse_args(args.strings) |
| def plot.parse_args | ( | string_list | ) |
Definition at line 191 of file plot.py.
References print().
| def plot.plot | ( | par | ) |
Definition at line 218 of file plot.py.
References plot_complex(), plot_var(), plot_var_range(), plot_wfc(), plot_wfc_k(), and plot_wfc_phase().

| def plot.plot_complex | ( | xDim, | |
| yDim, | |||
| data_dir, | |||
| pltval, | |||
| start, | |||
| end, | |||
| incr | |||
| ) |
Definition at line 110 of file plot.py.
Referenced by plot().

| def plot.plot_var | ( | xDim, | |
| yDim, | |||
| data_dir, | |||
| pltval | |||
| ) |
| def plot.plot_var_range | ( | xDim, | |
| yDim, | |||
| data_dir, | |||
| pltval, | |||
| start, | |||
| end, | |||
| incr | |||
| ) |
Definition at line 53 of file plot.py.
References print().
Referenced by plot().


| def plot.plot_wfc | ( | xDim, | |
| yDim, | |||
| data_dir, | |||
| pltval, | |||
| start, | |||
| end, | |||
| incr | |||
| ) |
Definition at line 75 of file plot.py.
References print().
Referenced by plot().


| def plot.plot_wfc_k | ( | xDim, | |
| yDim, | |||
| data_dir, | |||
| pltval, | |||
| start, | |||
| end, | |||
| incr | |||
| ) |
Definition at line 133 of file plot.py.
References print().
Referenced by plot().


| def plot.plot_wfc_phase | ( | xDim, | |
| yDim, | |||
| data_dir, | |||
| pltval, | |||
| start, | |||
| end, | |||
| incr | |||
| ) |
Definition at line 163 of file plot.py.
References print().
Referenced by plot().


| def plot.par = parse_args(args.strings) |