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.0rc2.tar.gz (377.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.0rc2-py3-none-any.whl (369.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qcengine-0.50.0rc2.tar.gz
  • Upload date:
  • Size: 377.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 5c8c4715e9935d7b2a08b0078b3ceb12dd2d55d7e9eaf6343e5e021eff84cc33
MD5 a621209baef828557db2da265485338f
BLAKE2b-256 3546a2047f541eb864b3fc6113e036b0cfcd8e0ff5f5d688e4a5b9ee63db700a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qcengine-0.50.0rc2-py3-none-any.whl
  • Upload date:
  • Size: 369.1 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.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 b3dd235d88b55184770ed76ec6d437d170a32a8bce8ef9569d1e14d26ca0efdb
MD5 c02f2fb53586a5bde83ded344f26c2b2
BLAKE2b-256 2392f3c7b6f0ff65d42d01f003ae3792036490b78dd9cd02ddd31a9abf519aa4

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