Skip to content

Add some topology slicing methods.#961

Draft
chrisjonesBSU wants to merge 12 commits into
mosdef-hub:mainfrom
chrisjonesBSU:calc-charges
Draft

Add some topology slicing methods.#961
chrisjonesBSU wants to merge 12 commits into
mosdef-hub:mainfrom
chrisjonesBSU:calc-charges

[pre-commit.ci] auto fixes from pre-commit.com hooks

d7b0755
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 30, 2026 in 5s

3 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1267 in gmso/core/topology.py

See this annotation in the file changed.

Code scanning / CodeQL

Suspicious unused loop iteration variable Error

For loop variable 'mol' is not used in the loop body.

Check failure on line 14 in gmso/utils/charges.py

See this annotation in the file changed.

Code scanning / CodeQL

Suspicious unused loop iteration variable Error

For loop variable 'mol' is not used in the loop body.

Check notice on line 7 in gmso/utils/charges.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable charges_dict is not used.