Skip to main content

A compute wrapper for Quantum Chemistry.

Project description

QCEngine

Travis build codecov Language grade: Python Documentation Status Conda (channel only) Chat on Slack

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.20.1.tar.gz (255.2 kB view details)

Uploaded Source

Built Distribution

qcengine-0.20.1-py3-none-any.whl (281.6 kB view details)

Uploaded Python 3

File details

Details for the file qcengine-0.20.1.tar.gz.

File metadata

  • Download URL: qcengine-0.20.1.tar.gz
  • Upload date:
  • Size: 255.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for qcengine-0.20.1.tar.gz
Algorithm Hash digest
SHA256 859c44edbd1b3b1fc1f0acf8720042ef0576dce8a4471c2b759e1443c1bfca18
MD5 8fba74fe547e1c2d7c50e75b1ab997f5
BLAKE2b-256 909dc65f8820e2c40c991f4a2c67b7ef24dedc1f1c683abed36c7731b7280463

See more details on using hashes here.

Provenance

File details

Details for the file qcengine-0.20.1-py3-none-any.whl.

File metadata

  • Download URL: qcengine-0.20.1-py3-none-any.whl
  • Upload date:
  • Size: 281.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for qcengine-0.20.1-py3-none-any.whl
Algorithm Hash digest
SHA256 286c0124527239d90556c1b3886a3654eeb431d6729dd2dc19db020e6542fddb
MD5 479eb62f0a0997a7aec99475e0eb0687
BLAKE2b-256 f0b3a4b3870fd43f46f9921f10fc72ef3a9243a8248e5cb08f6dd72b2cb207b2

See more details on using hashes here.

Provenance

Supported by

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