-
Notifications
You must be signed in to change notification settings - Fork 1
[Phase 3] Implement Intrinsic Bond Order (IBO) #3
Copy link
Copy link
Closed
Labels
feature-requestRequest for a new feature or capabilityRequest for a new feature or capabilitypriority: highSignificant impact or important project workSignificant impact or important project workstaleNeeds follow-up after a long period without activityNeeds follow-up after a long period without activitystatus: needs-reviewNeeds maintainer review before implementation or mergeNeeds maintainer review before implementation or merge
Metadata
Metadata
Assignees
Labels
feature-requestRequest for a new feature or capabilityRequest for a new feature or capabilitypriority: highSignificant impact or important project workSignificant impact or important project workstaleNeeds follow-up after a long period without activityNeeds follow-up after a long period without activitystatus: needs-reviewNeeds maintainer review before implementation or mergeNeeds maintainer review before implementation or merge
Task: Intrinsic Bond Order Implementation
Module: 3.1 Advanced Bond Order Methods
Priority: HIGH
Description
Implement intrinsic bond order (IBO) calculation with bond polarity correction.
Tasks
Files
API
tpython
from pymultiwfn import Bonding
bond = Bonding('molecule.fch')
ibo = bond.get_intrinsic_bond_order(atom_i=1, atom_j=2)