Description of the problem
in the function class AtomsPhiID(HOIEstimator):
dic = {
"rtr": 0,
"rtu1": 1,
"rtu2": 2,
"rts": 3,
"u1tr": 4,
"u2tr": 8,
"str": 12,
"u1tu1": 5,
"u1tu2": 6,
"u2tu1": 9,
"u2tu2": 10,
"stu1": 13,
"stu2": 14,
"u1ts": 7,
"u2ts": 9,
"sts": 15,
}
"u2ts": 9, should be "u2ts": 11,
Steps to reproduce
class AtomsPhiID(HOIEstimator):
Expected results
class AtomsPhiID(HOIEstimator):
Actual results
class AtomsPhiID(HOIEstimator):
Additional information
class AtomsPhiID(HOIEstimator):
Description of the problem
in the function class AtomsPhiID(HOIEstimator):
"u2ts": 9, should be "u2ts": 11,
Steps to reproduce
Expected results
class AtomsPhiID(HOIEstimator):
Actual results
class AtomsPhiID(HOIEstimator):
Additional information
class AtomsPhiID(HOIEstimator):