Skip to content

Add an internal implementation of UFF #1963

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Add back all the energy terms for further debugging

671d346
Select commit
Loading
Failed to load commit list.
Open

Add an internal implementation of UFF #1963

Add back all the energy terms for further debugging
671d346
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 17, 2025 in 4s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 139 in avogadro/calc/uff.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable charge is not used.

Check notice on line 191 in avogadro/calc/uff.cpp

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.

Check notice on line 38 in avogadro/calc/uff.h

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 136 in avogadro/core/dihedraliterator.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Declaration hides variable Note

Variable bond hides another variable of the same name (on
line 86
).