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
data
run
run-procedure
CLI should allow data input in all serialization formats supported by QCElemental, namely:
run and run-procedure CLI commands should have the additional optional arguments:
--input-encoding
qcelemental.basemodels.ProtoModel.parse_raw
--output-encoding
The text was updated successfully, but these errors were encountered:
fix run-procedure (JSON-only for now, see issue MolSSI#136)
4aba5b3
No branches or pull requests
CLI should allow data input in all serialization formats supported by QCElemental, namely:
run
andrun-procedure
CLI commands should have the additional optional arguments:--input-encoding
(default: None). None would try everything; this would need to be implemented inqcelemental.basemodels.ProtoModel.parse_raw
.--output-encoding
(default: JSON).The text was updated successfully, but these errors were encountered: