nrCPS_v1_0_0.tgz
nrCPS_v1_0_1.tgz
nrCPS_v1_0_2.tgz
nrCPS_v1_0_3.tgz
nrCPS_v1_0_4.tgz
nrCPS_v1_0_5.tgz - Changed to double precision.
nrCPS_v1_0_6.tgz - Verbosity levels added.
nrCPS_v1_0_7.tgz - Functionality to control verbosity levels via vml file added.
nrCPS_v1_0_8.tgz - Renamed classes RNG->Random and RngArg->RandomArg to conform with naming conventions.
nrCPS_v1_0_9.tgz - Some warnings and other minor things added.
nrCPS_v1_0_10.tgz - Introduced EvoArg.

nrCPS_v1_1_0.tgz - Introduced global parameters; major restructuring of code.
nrCPS_v1_1_1.tgz - Anti-periodic boundary conditions added.
nrCPS_v1_1_2.tgz - Minor changes to test programs; new test program added.
nrCPS_v1_1_3.tgz - Code for computing momenta up to the fermi surface added.
nrCPS_v1_1_4.tgz - Minor changes to test programs.
nrCPS_v1_1_5.tgz - Revised unpolarized fermi gas test code; unpolarized_prd and unpolarized_aprd now obsolete.
nrCPS_v1_1_6.tgz - Minor changes to GlobalJobParameter.
nrCPS_v1_1_7.tgz - Harmonic trap potential added.
nrCPS_v1_1_8.tgz - Added MomentaArg and associated vml file; fermi energy in Momenta no longer scaled so that M=1.
nrCPS_v1_1_9.tgz - Added test code unpolarized+1 for N+1 ups and N down spins.
nrCPS_v1_2_0.tgz - Lattice class now represents a single field. A separate instance of Lattice is required for each auxiliary field introduced. Some restructuring of *Arg classes. SplitPointInteraction class introduced as well as SplitPointYukawa and SplitPointPotential, which are derived from it. A list of the desired interactions are now passed to FermionProp::Run() function. FermionArg class is now obsolete; interaction strengths are now passed to SplitPointYukawa and SplitPointPotential via SplitPointYukawaArg and SplitPointPotentialArg. The fermion mass is temporarily stored in CgArg. Test programs have been updated to reflect these changes.
nrCPS_v1_2_1.tgz - Added test code few_fermions for measuring 2 and 2+1 fermion systems.
nrCPS_v1_2_2.tgz - Removed test code few_fermions for measuring 2 and 2+1 fermion systems; replaced with slater_mat test code. With this test code, fermion contractions are performed off-line. This allows for using Luescher-Wolff techniques, etc.
nrCPS_v1_2_3.tgz - Different oscillator frequencies now allowed for each spatial direction.
nrCPS_v1_2_4.tgz - SHO sources added; overlap test code added to check that sources are orthonormal; FermionProp::Run() added.
nrCPS_v1_2_5.tgz - WaveFunctionArg and WaveFunction classes added; HermiteH(double*, int, double) added; OneBody deleted (replaced by WaveFunction class); code for creating sources in FermionProp moved to WaveFunction class; source specification in PropArg class removed; FermionProp::Run() removed (functionality replaced by WaveFunction class); overlap, unpolarized and unpolarized+1 test code obsolete (replaced with slater_mat test code); normalizations in TwoBody and ThreeBody modified.
nrCPS_v1_2_6.tgz - Minor bug in WaveFunction::Set(double) fixed (segmentation fault when number of sites is less than 15)
nrCPS_v1_2_7.tgz - Segmentation fault fixed when lattice not a multiple of 2 and FFT is used; harmonic potential centered around L/2 instead of 0; Added SplitPlointGradientArg and SplitPointGradient classes.
nrCPS_v1_2_8.tgz - Fixed major bugs and verified SplitPointGradient class. Complexified couplings in SplitPointYukawa and SplitPointGradient; added SplitPointLaplacianArg and SplitPointLaplacian classes (but the latter is not yet implemented).
nrCPS_v1_2_9.tgz - Harmonic potential added to D operator (CG method only).
nrCPS_v1_2_10.tgz - SplitPointLaplacian implemented.
nrCPS_v1_3_0.tgz - Various SplitPointPotential discretizations added.
nrCPS_v1_3_1.tgz - Dispersion class now computes the dispersion relation in the constructor; Different dispersion relations implemented in FermionOp.
nrCPS_v1_3_2.tgz - Minor bug fixed in SplitPointPotential error boundary condition error checking; DISPERSION_TYPE_QUADRATIC implemented in Dispersion class.
nrCPS_v1_3_3.tgz - DISPERSION_TYPE_QUADRATIC fixed so that the cut-off is at |p| = Pi (a sphere, rather than a cube).
nrCPS_v1_3_4.tgz - free_gas and trapped_gas test programs added; DetType added to enum.h; controls added to SlaterDet to compute either det or logdet.