@@ -295,7 +295,7 @@ namespace cppdlr {
295295 * coupling expansion," arXiv:2307.08566 (2023).
296296 *
297297 * @param[in] beta Inverse temperature
298- * @param[in] statistic Fermionic ("Fermion" or 0 ) or bosonic ("Boson" or 1 )
298+ * @param[in] statistic Fermionic ("Fermion" or 1 ) or bosonic ("Boson" or 0 )
299299 * @param[in] fc DLR coefficients of f
300300 * @param[in] gc DLR coefficients of g
301301 * @param[in] time_order Flag for ordinary (false or ORDINARY, default) or
@@ -424,7 +424,7 @@ namespace cppdlr {
424424 * coupling expansion," arXiv:2307.08566 (2023).
425425 *
426426 * @param[in] beta Inverse temperature
427- * @param[in] statistic Fermionic ("Fermion" or 0 ) or bosonic ("Boson" or 1 )
427+ * @param[in] statistic Fermionic ("Fermion" or 1 ) or bosonic ("Boson" or 0 )
428428 * @param[in] fc DLR coefficients of f
429429 * @param[in] time_order Flag for ordinary (false or ORDINARY, default) or
430430 * time-ordered (true or TIME_ORDERED) convolution
@@ -491,7 +491,7 @@ namespace cppdlr {
491491 *
492492 * @param[in/out] fconv Convolution matrix from DLR coefficients to DLR grid
493493 * @param[in] beta Inverse temperature
494- * @param[in] statistic Fermionic ("Fermion" or 0 ) or bosonic ("Boson" or 1 )
494+ * @param[in] statistic Fermionic ("Fermion" or 1 ) or bosonic ("Boson" or 0 )
495495 * @param[in] fc DLR coefficients of f
496496 * @param[in] time_order Flag for ordinary (false or ORDINARY, default) or
497497 * time-ordered (true or TIME_ORDERED) convolution
@@ -904,7 +904,7 @@ namespace cppdlr {
904904 * @param[in] ar Archive to serialize into
905905 */
906906 void serialize (auto &ar) const {
907- ar & lambda_ & r & dlr_rf & dlr_it & cf2it & it2cf.lu & it2cf.zlu & it2cf.piv & hilb & tcf2it & thilb & ttcf2it & ipmat & refl;
907+ ar &lambda_ &r &dlr_rf &dlr_it &cf2it &it2cf.lu &it2cf.zlu &it2cf.piv &hilb &tcf2it &thilb &ttcf2it &ipmat &refl;
908908 }
909909
910910 /* *
@@ -914,9 +914,7 @@ namespace cppdlr {
914914 *
915915 * @param[in] ar Archive to deserialize from
916916 */
917- void deserialize (auto &ar) {
918- ar & lambda_ & r & dlr_rf & dlr_it & cf2it & it2cf.lu & it2cf.zlu & it2cf.piv & hilb & tcf2it & thilb & ttcf2it & ipmat & refl;
919- }
917+ void deserialize (auto &ar) { ar &lambda_ &r &dlr_rf &dlr_it &cf2it &it2cf.lu &it2cf.zlu &it2cf.piv &hilb &tcf2it &thilb &ttcf2it &ipmat &refl; }
920918
921919 // -------------------- hdf5 -------------------
922920
0 commit comments