DCA icon indicating copy to clipboard operation
DCA copied to clipboard

error in compiling triangular model

Open PZMai opened this issue 3 years ago • 0 comments

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);

PZMai avatar Feb 04 '22 16:02 PZMai