Skip to content

Test whether the SCF reference is the ground state, and act on the answer - #1014

Open
calvinp0 wants to merge 12 commits into
mainfrom
feature_wavefunction_stability_check
Open

Test whether the SCF reference is the ground state, and act on the answer#1014
calvinp0 wants to merge 12 commits into
mainfrom
feature_wavefunction_stability_check

List the stability job type in the input YAML reference

800cc8c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 26, 2026 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 211 in arc/scheduler_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Imprecise assert Note

assertTrue(a in b) cannot provide an informative message. Using assertIn(a, b) instead will give more informative messages.

Check notice on line 213 in arc/scheduler_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Imprecise assert Note

assertTrue(a in b) cannot provide an informative message. Using assertIn(a, b) instead will give more informative messages.

Check notice on line 821 in arc/scheduler_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable sched is not used.