Restart work on code. Fix changes of last period.

This commit is contained in:
J.-S. Caux
2018-05-17 12:02:02 +02:00
parent fbf1a64519
commit f035415b1b
5 changed files with 56 additions and 24 deletions
+7
View File
@@ -294,6 +294,13 @@ namespace ABACUS {
XXZ_Bethe_State Add_Particle_at_Center (const XXZ_Bethe_State& RefState);
XXZ_Bethe_State Remove_Particle_at_Center (const XXZ_Bethe_State& RefState);
// Defined in XXZ_Bethe_State.cc
inline DP fbar_XXZ (DP lambda, int par, DP tannzetaover2);
DP Theta_XXZ (DP lambda, int nj, int nk, int parj, int park, DP* tannzetaover2);
DP hbar_XXZ (DP lambda, int n, int par, DP* si_n_anis_over_2);
DP ddlambda_Theta_XXZ (DP lambda, int nj, int nk, int parj, int park, DP* si_n_anis_over_2);
//****************************************************************************