diff --git a/examples/QueryMPtrj.md b/examples/QueryMPtrj.md index 51f1831c..02a4c8c7 100644 --- a/examples/QueryMPtrj.md +++ b/examples/QueryMPtrj.md @@ -224,7 +224,7 @@ class UniquenessCheck: ltol=0.3, stol=0.2, angle_tol=3, scale=False ) self.energy_threshold = 0.03 - elif len(self.uniq_struc_list) > 30: + elif len(self.uniq_struct_list) > 30: self.matcher = StructureMatcher( ltol=0.1, stol=0.1, angle_tol=1, scale=False )