DCA
DCA copied to clipboard
error in compiling triangular model
When I tried to compile master code in summit for the triangular model, I got the following error:
/ccs/home/cosdis/DCA_tri/include/dca/phys/dca_step/symmetrization/symmetrize_single_particle_function.hpp:700:61: error: ‘transformationSignOfK’ is not a member of ‘dca::phys::models::triangular_latticedca::phys::domains::D4’ 700 | const double sign = Lattice::transformationSignOfK(b0, b1, s_ind); /ccs/home/cosdis/DCA_tri/include/dca/phys/dca_step/symmetrization/symmetrize_single_particle_function.hpp:606:61: error: ‘transformationSignOfR’ is not a member of ‘dca::phys::models::triangular_latticedca::phys::domains::D4’ 606 | const double sign = Lattice::transformationSignOfR(b0, b1, s_ind);