A python package for wave function analysis
Project description
pywfn -- 基于python的波函数分析工具
文档: https://www.xiaofei911.top/mkdocs/pywfn/
依赖
numpy==2.1.1
rich==13.8.0
matplotlib==3.9.2
运行(CLI)
python main.py
示例(API)
from pywfn.base import Mol
from pywfn.reader import LogReader
from pywfn.atomProp import atomCharge
path="D:\BaiduSyncdisk\gfile\CnHn\C6H6.log" # 高斯输出文件的路径
reader=LogReader(path) # 实例化log文件读取器
mol=Mol(reader) # 实例化分子对象
caler=atomCharge.Calculator(mol) # 实例化原子电荷计算器,传入分子对象
result=caler.mulliken() # 计算mulliken电荷
print(result) # 打印结果
功能
gfortran -shared -ffree-form -ffree-line-length-none -fopenmp flib.f90 -o flib.dll
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
pywfn-1.0.0.tar.gz
(1.5 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pywfn-1.0.0-py3-none-any.whl
(4.5 MB
view details)
File details
Details for the file pywfn-1.0.0.tar.gz.
File metadata
- Download URL: pywfn-1.0.0.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51bc33fc5f41ede40df979f23fb8209d65127a5a4aabc19e5b975ef35743dc8e
|
|
| MD5 |
b802ba95e5ba419eaf645ea24a1b1df7
|
|
| BLAKE2b-256 |
ca53b476b12de32346fb88eb5aa76f4e38a3096ac55c8ae375a3e1c35bf63e40
|
File details
Details for the file pywfn-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pywfn-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b2de7a7cfaba08956a0c51cb6534b6cf61e8ffd8ed03ac88d06488f7991d2c0
|
|
| MD5 |
e48c2901d9dec15f2e72d64bc0fe8ee3
|
|
| BLAKE2b-256 |
006d6d734257991ca90db0c4522d8be2ba961fee0134419c1b3eb50febd77d41
|