Skip to content

Commit

Permalink
fix: Updated surge max HA atom count error response
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 authored Jul 3, 2023
1 parent d58d81a commit 3ce5fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/tools/surge.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def generateStructures(molecular_formula: str):
smiles.append(line.decode("utf-8").rstrip())
return smiles
else:
return "The molecular formula contains more heavy atoms than allowed."
return "The molecular formula contains more heavy atoms than allowed (10 Heavy Atoms max)."

0 comments on commit 3ce5fa8

Please sign in to comment.