GaussNBO is a Python package for parsing Natural Bond Orbital (NBO) data from Gaussian log files.
Project description
GaussNBO ⚛️
A Python package for parsing Natural Bond Orbital (NBO) data from Gaussian log files.
What is NBO? 🤔
Natural Bond Orbital (NBO) analysis is a widely used computational chemistry method that offers detailed insights into molecular bonding and interactions. It converts the delocalized molecular orbitals (MOs) from quantum chemical calculations into localized orbitals that are more closely aligned with the Lewis structure representation of molecules. NBO analysis aids chemists in understanding:
-
Chemical bonding and hybridization: It identifies the nature of chemical bonds and the hybridization of atoms.
-
Charge distribution and polarization: NBO analysis provides information on the distribution of electronic charge within the molecule and the polarization of bonds.
-
Donor-acceptor interactions: It helps in analyzing interactions such as electron donation from lone pairs or bonds and electron acceptance into empty orbitals.
-
Resonance and hyperconjugation effects: NBO can describe resonance structures and the effects of hyperconjugation, both of which influence molecular stability and reactivity.
-
Reaction mechanisms and transition states: It contributes to the understanding of reaction pathways, including insights into the electronic structure of transition states.
About GaussNBO 📊
GaussNBO is a Python package designed to parse NBO data from Gaussian log files. It provides an easy-to-use interface for extracting and analyzing NBO results, including:
-
Natural Bond Orbitals (NBOs)
-
Natural Atomic Orbitals (NAOs)
-
Natural Localized Molecular Orbitals (NLMOs)
-
Second-order perturbation theory analysis
-
and more...
Features 🎉
-
Parse NBO data from Gaussian log files
-
Extract NBO results, including NBOs, NAOs, NLMOs, and second-order perturbation theory analysis
-
Easy-to-use interface for analyzing NBO data
-
Compatible with
Gaussian NBO Version 3.1 -
Visualization of NBO analysis results in browser
Installation 📦
To install GaussNBO, run the following command:
pip install GaussNBO
Usage 📝
Here's an example of how to use GaussNBO:
import GaussNBO as gnbo
# Process a Gaussian log file and view results in browser
nbo_data = gnbo.launch('path/to/file.log', view_browser=True)
# Or just get the parsed data without opening browser
nbo_data = gnbo.launch('path/to/file.log', view_browser=False)
Contributing 🤝
Contributions to GaussNBO are welcome! Please fork the repository, make your changes, and submit a pull request.
License 📜
GaussNBO is released under the MIT License. This means you are free to use, modify, and distribute this software in your own projects, provided that you include proper attribution to the original author. Please ensure that my name is retained in any derivative works or distributions of this code.
❓ FAQ
For any question, contact me on LinkedIn
👥 Authors
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
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
File details
Details for the file gaussnbo-0.1.0.tar.gz.
File metadata
- Download URL: gaussnbo-0.1.0.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42d0c64f40c163f1d6b3c0183a6a8dc67ad8afefdb1e23a8e1abc7635fb9a9fc
|
|
| MD5 |
01b7cfc510bcf947a3193dcdf58c8264
|
|
| BLAKE2b-256 |
b7df2e3b760fa448779335fad511c6b456dc71080a03bb1d285e04324f339630
|
File details
Details for the file gaussnbo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gaussnbo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67fbc6bca2a718d00cc1be3e7cb899cb3550aba264f192ad6b32da597fc8b1e4
|
|
| MD5 |
40942041f335e3f8413be718c1cf9913
|
|
| BLAKE2b-256 |
05fb78bfb7b9497f6f2f9de8d0a2a690417fc4a33ee37b6b960fcaf1a8640543
|