10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-01 19:05:25 +02:00

Update selection.irp.f

This commit is contained in:
Thomas Applencourt 2017-01-25 20:19:34 -06:00 committed by GitHub
parent 191df237d7
commit 1f42b7092a

View File

@ -112,7 +112,7 @@ double precision function get_phase_bi(phasemask, s1, s2, h1, p1, h2, p2)
if(s1 == s2 .and. max(h1, p1) > min(h2, p2)) np = np + 1_1
get_phase_bi = res(iand(np,1_1))
end subroutine
end function