QCEngine
QCEngine copied to clipboard
Expanded `data` options for `run` and `run-procedure` CLI
CLI should allow data input in all serialization formats supported by QCElemental, namely:
- JSON
- MsgPack
run
and run-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).