mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-05 05:33:56 +01:00
9 lines
141 B
Fortran
9 lines
141 B
Fortran
|
program bk_slave
|
||
|
implicit none
|
||
|
BEGIN_DOC
|
||
|
! Helper subroutine to compute the dress in distributed mode.
|
||
|
END_DOC
|
||
|
call dress_slave
|
||
|
end
|
||
|
|