kb/data/en.wikipedia.org/wiki/PySCF-0.md

23 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "PySCF"
chunk: 1/1
source: "https://en.wikipedia.org/wiki/PySCF"
category: "reference"
tags: "science, encyclopedia"
date_saved: "2026-05-05T12:17:14.409485+00:00"
instance: "kb-cron"
---
Python-based Simulations of Chemistry Framework (PySCF) is an ab initio computational chemistry program natively implemented in Python program language. The package aims to provide a simple, light-weight and efficient platform for quantum chemistry code developing and calculation. It provides various functions to do the HartreeFock, MP2, density functional theory, MCSCF, coupled cluster theory at non-relativistic level and 4-component relativistic HartreeFock theory. Although most functions are written in Python, the computation critical modules are intensively optimized in C. As a result, the package works as efficient as other C/Fortran-based quantum chemistry program. PySCF is developed by Qiming Sun. PySCF2.0 is the latest version of the program.
== See also ==
Quantum chemistry software
== References ==
== External links ==
PySCF source code
PySCF HomePage