10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-23 05:32:19 +02:00
QuantumPackage/plugins/local/spher_harm/spher_harm.irp.f

8 lines
105 B
Fortran
Raw Normal View History

2024-04-25 19:46:26 +02:00
program spher_harm
implicit none
2024-04-26 10:57:57 +02:00
! call test_spher_harm
2024-04-25 19:46:26 +02:00
! call test_cart
2024-04-26 10:57:57 +02:00
call test_brutal_spheric
2024-04-25 19:46:26 +02:00
end