Skip to content

Commit

Permalink
Update xtb_molecular_optimization.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Oct 5, 2023
1 parent a97e47e commit 46179a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/xtb/xtb_molecular_optimization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<param name="coordinates" value="initial_mol.xyz" ftype="xyz"/>
<output name="output" file="optimized_mol.xyz" ftype="xyz">
<assert_contents>
<has_text text="$coord"/>
<has_n_lines min="2"/>
<has_text text="xtb"/>
<has_n_lines min="26"/>
</assert_contents>
</output>
</test>
Expand All @@ -43,7 +43,7 @@
<output name="output" file="optimized_mol.coord" ftype="coord">
<assert_contents>
<has_text text="$coord"/>
<has_n_lines min="2"/>
<has_n_lines min="26"/>
</assert_contents>
</output>
</test>
Expand Down

0 comments on commit 46179a1

Please sign in to comment.