QC引擎 量子化学程序执行程序和IO标准化程序( )。 例子 QCEngine功能的一个简单示例如下: >> > import qcengine as qcng >> > import qcelemental as qcel >> > mol = qcel . models . Molecule . from_data ( """ O 0.0 0.000 -0.129 H 0.0 -1.494 1.027 H 0.0 1.494 1.027 """ ) >> > inp = qcel . models . AtomicInput ( molecule = mol