Skip to content

Commit

Permalink
mindless benchmark fix uhf (#953)
Browse files Browse the repository at this point in the history
Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
  • Loading branch information
Albkat committed Jan 23, 2024
1 parent 0fb151d commit 20f56a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/molstock.f90
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ subroutine mindless02(mol)
& 1.26806242248758_wp, -2.60409341782411_wp, 0.55162805282247_wp, &
& 4.11956976339902_wp, 1.59892866766766_wp, -1.39117477789609_wp],&
& shape(xyz))
integer, parameter :: uhf = 2
integer, parameter :: uhf = 1
call init(mol, sym, xyz, uhf=uhf)
end subroutine mindless02

Expand Down

0 comments on commit 20f56a7

Please sign in to comment.