We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the --end-of-file option appears to pad all of the text in the string with an extra whitespace.
for example, when I do.
makeInput.py test.xyz -o test.com -p 16 -mem 16 -c title -m m062x -b "6-31G(d,p)" --route "opt=modredundant" --end-of-file "B 8 18 S 20 -0.05"
test.com ends with B 8 1 8 S 2 0 - 0 . 0 5
B 8 1 8 S 2 0 - 0 . 0 5
The text was updated successfully, but these errors were encountered:
thanks for reporting this, I think I've fixed it
Sorry, something went wrong.
No branches or pull requests
the --end-of-file option appears to pad all of the text in the string with an extra whitespace.
for example, when I do.
makeInput.py test.xyz -o test.com -p 16 -mem 16 -c title -m m062x -b "6-31G(d,p)" --route "opt=modredundant" --end-of-file "B 8 18 S 20 -0.05"
test.com ends with
B 8 1 8 S 2 0 - 0 . 0 5
The text was updated successfully, but these errors were encountered: