mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-04 21:24:02 +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
|
||
|
|