|
funkalicious 0.1
|
#include <dc_sweep_n_slice_args.h>
Public Attributes | |
| gboolean | use_110_coordinates |
| gboolean | sweeps [3] |
| gboolean | axes [3] |
| gboolean | planes [3] |
| gboolean | use_max_probability_point |
| gboolean | use_gridsite |
| int | gridsite [3] |
| double | point [3] |
| GList * | bands |
| GList * | wavefunctions |
| GList * | struct_list |
| GList * | xslices |
| GList * | yslices |
| GList * | zslices |
| GList * | wf_list |
| GList * | center_wf_list |
| int | N_neighbors [3] |
| gboolean | sweep_x |
| gboolean | sweep_y |
| gboolean | sweep_z |
| int | pixel_strategy |
| GFile * | outfile |
| int | invert_odd |
| int * | expand_density_boxes |
| gboolean | save_ascii_values |
| char | sepchar |
| gboolean | povray |
| gboolean | use_inhomogeneous_dielectric |
| int | extra_neighbor [3] |
| unsigned | neighbor_offset [3] |
| gboolean | save_inhomog_iterations |
| GFile * | file |
| char * | property |
| GList * | points |
| gboolean | check_cached |
Args for dc_sweep_n_slice
Copyright (C) 2011 Joseph Pingenot
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition at line 25 of file dc_sweep_n_slice_args.h.
| gboolean args::axes[3] |
Axes to print out; 0->X 1->Y 2->z
Definition at line 30 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| GList* args::bands |
If NULL, use the straight probability density. Else print out the requested point for each requested band.
Definition at line 42 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| GList* args::center_wf_list |
Definition at line 35 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| gboolean args::check_cached |
Definition at line 39 of file material_property_args.h.
Definition at line 56 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| int args::extra_neighbor[3] |
Definition at line 63 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| GFile* args::file |
Definition at line 33 of file material_property_args.h.
Referenced by main(), and process_args().
| int args::gridsite[3] |
Grid site at which to get the wavefunction
Definition at line 38 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| int args::invert_odd |
Definition at line 55 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| int args::N_neighbors[3] |
Definition at line 36 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| unsigned args::neighbor_offset[3] |
Definition at line 65 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| GFile* args::outfile |
Definition at line 49 of file getChainPotential_args.h.
Referenced by main(), and process_args().
Definition at line 48 of file getChainPotential_args.h.
Referenced by process_args(), write_slices(), and write_sweeps().
| gboolean args::planes[3] |
Planes to print out; 0->XY 1->XZ 2->Yz
Definition at line 32 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| double args::point[3] |
Point site at which to get the wavefunction
Definition at line 40 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| GList* args::points |
Definition at line 35 of file material_property_args.h.
Referenced by main(), and process_args().
| gboolean args::povray |
Definition at line 60 of file getChainPotential_args.h.
Referenced by process_args(), and write_slices().
| char* args::property |
Definition at line 34 of file material_property_args.h.
Referenced by main(), and process_args().
| gboolean args::save_ascii_values |
Definition at line 57 of file getChainPotential_args.h.
Referenced by process_args(), and write_slices().
| gboolean args::save_inhomog_iterations |
Definition at line 67 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| char args::sepchar |
Definition at line 59 of file getChainPotential_args.h.
Referenced by process_args(), and write_slices().
| GList * args::struct_list |
Definition at line 34 of file get_vhartree_slice_args.h.
Referenced by main(), and process_args().
| gboolean args::sweep_x |
Definition at line 40 of file getChainPotential_args.h.
Referenced by process_args(), and write_sweeps().
| gboolean args::sweep_y |
Definition at line 41 of file getChainPotential_args.h.
Referenced by process_args(), and write_sweeps().
| gboolean args::sweep_z |
Definition at line 42 of file getChainPotential_args.h.
Referenced by process_args(), and write_sweeps().
| gboolean args::sweeps[3] |
Definition at line 28 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| gboolean args::use_110_coordinates |
If true, x is (110) and y is (-110)
Definition at line 27 of file dc_sweep_n_slice_args.h.
Referenced by get_args().
| gboolean args::use_gridsite |
If true, use the requested gridsite, else use the requested point
Definition at line 36 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| gboolean args::use_inhomogeneous_dielectric |
Definition at line 61 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| gboolean args::use_max_probability_point |
If true, print out the point of max probability. Otherwise, print the requested point.
Definition at line 34 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| GList* args::wavefunctions |
List of struct wavefunction* containing the list of wavefunctions to print.
Definition at line 44 of file dc_sweep_n_slice_args.h.
Referenced by get_args(), and main().
| GList* args::wf_list |
Definition at line 34 of file getChainPotential_args.h.
Referenced by main(), and process_args().
| GList * args::xslices |
Definition at line 35 of file get_vhartree_slice_args.h.
Referenced by main(), process_args(), and write_slices().
| GList * args::yslices |
Definition at line 36 of file get_vhartree_slice_args.h.
Referenced by main(), process_args(), and write_slices().
| GList * args::zslices |
Definition at line 37 of file get_vhartree_slice_args.h.
Referenced by main(), process_args(), and write_slices().