9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-09-01 13:43:40 +02:00
qp2/plugins/local/spher_harm/spher_harm.irp.f
2024-07-11 13:57:28 +02:00

8 lines
105 B
Fortran

program spher_harm
implicit none
call test_spher_harm
! call test_cart
! call test_brutal_spheric
end