Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

QCEngine

Build Status codecov Documentation Status Chat on Slack python

Documentation: GitHub Pages

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.v1.Molecule.from_data("""  # QCSchema v1 or v2
O  0.0  0.000  -0.129
H  0.0 -1.494  1.027
H  0.0  1.494  1.027
""")

>>> inp = qcel.models.v1.AtomicInput(  # QCSchema v1
    molecule=mol,
    driver="energy",
    model={"method": "SCF", "basis": "sto-3g"},
    keywords={"scf_type": "df"}
    )

>>> inp = qcel.models.v2.AtomicInput(  # QCSchema v2
    molecule=mol,
    specification={
        "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.

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.1rc1.tar.gz (385.5 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.1rc1-py3-none-any.whl (372.0 kB view details)

Uploaded Python 3

File details

Details for the file qcengine-0.50.1rc1.tar.gz.

File metadata

  • Download URL: qcengine-0.50.1rc1.tar.gz
  • Upload date:
  • Size: 385.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for qcengine-0.50.1rc1.tar.gz
Algorithm Hash digest
SHA256 5da78fbd756e8e03216b7853b1ed73f084d38316e7fb12755894738ccf8d7c5f
MD5 a6bfaffc79fcf16221d8ba0fb05f305b
BLAKE2b-256 0ceb54cb31ec1d63692a8f41d35c11db8104a0d03d8ebf60f072290b78035721

See more details on using hashes here.

Provenance

The following attestation bundles were made for qcengine-0.50.1rc1.tar.gz:

Publisher: release.yml on MolSSI/QCEngine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qcengine-0.50.1rc1-py3-none-any.whl.

File metadata

  • Download URL: qcengine-0.50.1rc1-py3-none-any.whl
  • Upload date:
  • Size: 372.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for qcengine-0.50.1rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 963e880c7afbf6839005adc2ca27ae887c1552fe63b55a8737f1a376cb9bfc75
MD5 6ec990e57750402eb4f2a88bc702ddb2
BLAKE2b-256 1c503ed6195226bc2220212b4f924284740d2fa673d7e18792ce7e5b29256122

See more details on using hashes here.

Provenance

The following attestation bundles were made for qcengine-0.50.1rc1-py3-none-any.whl:

Publisher: release.yml on MolSSI/QCEngine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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