Skip to main content

A compute wrapper for Quantum Chemistry, ingesting and producing QCSchema for a variety of QC programs.

Project description

QCEngine

Build Status codecov Documentation Status Conda (channel only) Chat on Slack python

Quantum chemistry program executor and IO standardizer (QCSchema) for quantum chemistry.

Example

A simple example of QCEngine's capabilities is as follows:

>>> 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,
    driver="energy",
    model={"method": "SCF", "basis": "sto-3g"},
    keywords={"scf_type": "df"}
    )

These input specifications can be executed with the compute function along with a program specifier:

>>> ret = qcng.compute(inp, "psi4")

The results contain a complete record of the computation:

>>> ret.return_result
-74.45994963230625

>>> ret.properties.scf_dipole_moment
[0.0, 0.0, 0.6635967188869244]

>>> ret.provenance.cpu
Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz

See the documentation for more information.

License

BSD-3C. See the License File for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qcengine-0.50.0rc3.tar.gz (379.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qcengine-0.50.0rc3-py3-none-any.whl (369.9 kB view details)

Uploaded Python 3

File details

Details for the file qcengine-0.50.0rc3.tar.gz.

File metadata

  • Download URL: qcengine-0.50.0rc3.tar.gz
  • Upload date:
  • Size: 379.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for qcengine-0.50.0rc3.tar.gz
Algorithm Hash digest
SHA256 5868b9b9ebe9aba33231a88c49bfc8850475f08b80ea3b76e9cadb8870ec9fd1
MD5 fa0e3c5e1d58bf98cf74771184867f66
BLAKE2b-256 0a13b81f41ec93415dc2cae36d976d7ed98fc48364e3de71394bbf7794d0f2af

See more details on using hashes here.

File details

Details for the file qcengine-0.50.0rc3-py3-none-any.whl.

File metadata

  • Download URL: qcengine-0.50.0rc3-py3-none-any.whl
  • Upload date:
  • Size: 369.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for qcengine-0.50.0rc3-py3-none-any.whl
Algorithm Hash digest
SHA256 0ede813a68f190d48f5618564f1b499ef86a39ba94b5b09ea6e5d10ba836de6c
MD5 f497378c2fb6e7e14b37a4dd6fb78d23
BLAKE2b-256 644dc59d6fbd461de59f33bc474c27262fce5e73a3fb9f4024e10b95638b7fc8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page