Changeset 7853f74
- Timestamp:
- Apr 21, 2008, 2:19:25 PM (17 years ago)
- Children:
- b76b97
- Parents:
- f7754e
- git-author:
- Frederik Heber <heber@…> (04/18/08 15:32:02)
- git-committer:
- Frederik Heber <heber@…> (04/21/08 14:19:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified pcp/src/excor.h ¶
rf7754e r7853f74 47 47 double CalcZeta(struct ExCor *EC, double pUp, double pDown); 48 48 double CalcSEXr(struct ExCor *EC, double rsUp, double rsDown, double pUp, double pDown); 49 double CalcSE_GC(struct ExCor *EC, double p, double Dp); 49 50 double CalcSVVXr(struct ExCor *EC, double rs, enum SpinType ST); 50 51 double CalcSVVVXr(struct ExCor *EC, double rs, enum SpinType ST); … … 57 58 void CalculateXCPotentialNoRT(struct Problem *P, fftw_real *HGR); 58 59 double CalculateXCddEddt0NoRT(struct Problem *P, fftw_real *PsiCD); 60 double DensityGradient(fftw_real *density, int i, struct LatticeLevel *Lev, struct Lattice *Lat); 59 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.