Skip to content

Commit

Permalink
Tests: adjlist is Species dict
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed May 14, 2023
1 parent 1a88d7e commit 71aac32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arc/reaction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ def test_as_dict(self):
'multiplicity': 1,
'number_of_rotors': 0},
{'arkane_file': None,
'adjlist': """multiplicity 1
1 N u0 p0 c+1 {2,D} {3,S} {4,S}
2 N u0 p2 c-1 {1,D}
3 H u0 p0 c0 {1,S}
4 H u0 p0 c0 {1,S}""",
'bond_corrections': {'H-N': 2, 'N=N': 1},
'charge': 0,
'cheap_conformer': 'N -0.08201544 0.01567102 0.28740725\n'
Expand Down

0 comments on commit 71aac32

Please sign in to comment.