#include <wavefunction.h>
Public Member Functions | |
double | CalcPsiSquared (int iq, double r, double ctheta) |
CWaveFunction_pp_schrod (string parsfilename) | |
~CWaveFunction_pp_schrod () | |
Public Attributes | |
int | nrmax_schrod |
double | rmax_schrod |
complex< double > *** | delpsi |
Protected Member Functions | |
void | schrodinger (int iq, int ichannel) |
double | Vreid (double r, int ichannel) |
Definition at line 301 of file wavefunction.h.
CWaveFunction_pp_schrod::CWaveFunction_pp_schrod | ( | string | parsfilename | ) |
Definition at line 6 of file wf_pp_schrod.cc.
CWaveFunction_pp_schrod::~CWaveFunction_pp_schrod | ( | ) |
Definition at line 37 of file wf_pp_schrod.cc.
double CWaveFunction_pp_schrod::CalcPsiSquared | ( | int | iq, | |
double | r, | |||
double | ctheta | |||
) | [virtual] |
void CWaveFunction_pp_schrod::schrodinger | ( | int | iq, | |
int | ichannel | |||
) | [protected] |
Definition at line 107 of file wf_pp_schrod.cc.
double CWaveFunction_pp_schrod::Vreid | ( | double | r, | |
int | ichannel | |||
) | [protected] |
Definition at line 227 of file wf_pp_schrod.cc.
complex<double>*** CWaveFunction_pp_schrod::delpsi |
Definition at line 310 of file wavefunction.h.
Definition at line 308 of file wavefunction.h.
Definition at line 309 of file wavefunction.h.