-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Calculation of the 4th Angle in sp3 Hybridization #4
Comments
Heyy!! I would like to take up the issue. Please assign it to me @TharunKumarrA |
Yes. Assigned @hirux06 |
Yeah sorry for the delayed reply. I'm kinda not well, so I'll discuss it tomorrow if it works |
Hey @TharunKumarrA !! I’m sorry, but I’m unable to work on the assigned issue due to time constraints and challenges in getting the expected output. I kindly request you to unassign me so that it can be reassigned to someone else. Sorry for taking so much time. |
Okay sure saran. Thanks for trying it out |
Issue: Fix Miscalculation of the Fourth Angle in sp3 Hybridization
Description
The current implementation for sp3 (tetrahedral) hybridization miscalculates the fourth bond angle. The resulting geometry does not align with the standard tetrahedral geometry, where all bond angles should be approximately 109.5°.
Impact
Acceptance Criteria
Suggested Approach
getCoordinates()
function inMolecule.js
.File Locations for Fix
File:
/src/components/Molecule.js
getCoordinates()
function to fix the calculation for the fourth bond angle in sp3 hybridization.Code Changes
In
Molecule.js
Identify the logic for sp3 hybridization in
getCoordinates()
:The text was updated successfully, but these errors were encountered: