EdgeMetricsCE only has 0 and 1
This commit is contained in:
parent
817ef04c58
commit
7147679c42
@ -85,7 +85,7 @@ class EdgeMetricsCE(MetricCollection):
|
|||||||
ce_SI = SingleCE(1)
|
ce_SI = SingleCE(1)
|
||||||
ce_DO = DoubleCE(2)
|
ce_DO = DoubleCE(2)
|
||||||
ce_TR = TripleCE(3)
|
ce_TR = TripleCE(3)
|
||||||
super().__init__([ce_no_bond, ce_SI, ce_DO, ce_TR])
|
super().__init__([ce_no_bond, ce_SI])
|
||||||
|
|
||||||
class AtomMetricsCE(MetricCollection):
|
class AtomMetricsCE(MetricCollection):
|
||||||
def __init__(self, active_atoms):
|
def __init__(self, active_atoms):
|
||||||
|
Loading…
Reference in New Issue
Block a user