generate_wsc Subroutine

subroutine generate_wsc(mol, wsc)

Arguments

Type IntentOptional Attributes Name
type(molecule), intent(inout) :: mol
type(ws_cell), intent(inout) :: wsc

Source Code

subroutine generate_wsc(mol, wsc)
   use dftd4_compat, only : molecule, ws_cell
   type(molecule), intent(inout) :: mol
   type(ws_cell), intent(inout) :: wsc
end subroutine generate_wsc