Extrapolation methods for complete basis sets
Project description
packaging_extrapolation Manual
About
- This package contains partial extrapolation methods in quantum chemistry.
- This package is written in the extrapolation method proposed in the literature, using the Python language. Extrapolation to the CBS limit can be done by entering two successive energies.
Installation
- Please use the 'pip' command to install:
pip install packaging_extrapolation
orpython3 -m pip install packaging_extrapolation
- Please make sure the package is update:
pip install --upgrade packaging_extrapolation
- After installation, test the example in
src/packaging_extrapolation/examples/examples_energy.py
to see if you get results.- Extrapolation Method Calls:
python examples_energy.py -m "Klopper_1986" -xe -76.0411795 -ye -76.0603284 -low 2 -high 3 -a 4.25
-m
: extrapolation method name.-xe
: energy for E(X).-ye
: energy for E(Y).-low
: cardinal number for X.-high
: cardinal number for Y.-a
: extrapolation parameter alpha.
- Extrapolation Method Calls:
关于
- 集成了量子化学中的部分外推法
- 由于量子化学的计算成本与基组相关,其随着基组序列逐渐递增。 本工具库以文献提出的外推公式所编写,使用Python语言。 通过输入两个水平的能量即可外推到CBS极限值。
安装方法
- 使用
pip
命令安装:pip install packaging_extrapolation
或者python3 -m pip install packaging_extrapolation
- 请保证库的最新状态:
pip install --upgrade packaging_extrapolation
- 安装完成后,请测试
src/packaging_extrapolation/examples_energy.py
的实例脚本,是否可以得到结果。- 调用外推模型:
python examples_energy.py -m "Klopper_1986" -xe -76.0411795 -ye -76.0603284 -low 2 -high 3 -a 4.25
- -m: extrapolation method name.
- -xe: energy for E(X).
- -ye: energy for E(Y).
- -low: cardinal number for X.
- -high: cardinal number for Y.
- -a: extrapolation parameter alpha.
- 调用外推模型:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file packaging_extrapolation-0.1.8.tar.gz
.
File metadata
- Download URL: packaging_extrapolation-0.1.8.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 756a618c6cf75f7152ae933807cbe8caeb3f7aac6574dd93ef3477f221051834 |
|
MD5 | ee0079e9193ec998925cb6259791b303 |
|
BLAKE2b-256 | c0ef45a6ab435f8b0cf96883c68397b3d1bf766effe97f00ca1a886af366f03f |
File details
Details for the file packaging_extrapolation-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: packaging_extrapolation-0.1.8-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbace62c7342bfd30c2f37f4f88181388268b9402b83734966dc330d7b398f95 |
|
MD5 | d99dcffbdad3b17405fa6fe23f4236d9 |
|
BLAKE2b-256 | 563632ead15b6453436027a3b6abe41196f32430545149aeaf1ea27f08e881f3 |