EdgeMetricsCE only has 0 and 1
This commit is contained in:
		| @@ -85,7 +85,7 @@ class EdgeMetricsCE(MetricCollection): | ||||
|         ce_SI = SingleCE(1) | ||||
|         ce_DO = DoubleCE(2) | ||||
|         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): | ||||
|     def __init__(self, active_atoms): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user