class Molecule(Graph), definition of "self.atom2valence"
teltim opened this issue · 0 comments
teltim commented
-
Why "self.atom2valence" is restlicted for several atoms only in the definition?
-
Why the vakence is not atom2valence = {1: 1, 5: 3, 6: 4, 7: 5, 8: 6, 9: 7,
but atom2valence = {1: 1, 5: 3, 6: 4, 7: 3, 8: 2, 9: 1, (in the code) ... ?