10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-23 19:27:34 +02:00
quantum_package/plugins/shiftedbk/shifted_bk_slave.irp.f

9 lines
141 B
Fortran
Raw Normal View History

2018-03-26 12:06:18 +02:00
program bk_slave
implicit none
BEGIN_DOC
! Helper subroutine to compute the dress in distributed mode.
END_DOC
call dress_slave
end