Skip to content
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

smart generation added to structgen.py #289

Closed
wants to merge 5 commits into from
Closed

Conversation

rolan701
Copy link
Contributor

changes to structgen for smart generation

rolan701 and others added 5 commits November 14, 2024 19:02
hope this isn't awful
added move_point compatibility
no_tabs brought back
fixed trailing whitespace
@rolan701 rolan701 closed this Nov 15, 2024
for bond in mol.bo_dict:
atom0 = mol.atoms[bond[0]]
atom1 = mol.atoms[bond[1]]
dist = -100000000000

Check warning

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'dist' is unnecessary as it is
redefined
before this value is used.
This assignment to 'dist' is unnecessary as it is
redefined
before this value is used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant