Hex  2.2
Hydrogen-electron collision solver
Functions | Variables
ui.cpp File Reference
#include <cstdio>
#include <iostream>
#include <sstream>
#include <gsl/gsl_sf.h>
#include "hex-arrays.h"
#include "hex-special.h"
#include "hex-version.h"
#include "dwba.h"
#include "pwba.h"
Include dependency graph for ui.cpp:

Functions

int main (int argc, char *argv[])
 

Variables

std::string help_text
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ help_text

std::string help_text
Initial value:
=
"Usage:\n"
"\thex-dwba [options] <ni> <li> <nf> <lf> <Ei> <L> [<rmax>]\n"
"\n"
"Available options:\n"
"\t--help display this help\n"
"\t--nodistort compute only plane wave Born approximation\n"
"\t--nodirect skip computation of direct T-matrix\n"
"\t--noexchange skip computation of exchange T-matrix\n"
"\t--subtract generate SQL batch file for Born subtraction\n"