public subroutine trans_dens_csf(csf1, csf2, tdens)
calculates the transition density between two csfs
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(csf),
|
intent(in) |
|
|
:: |
csf1 |
csf1
|
type(csf),
|
intent(in) |
|
|
:: |
csf2 |
csf2
|
real(kind=long),
|
intent(inout), |
|
allocatable
|
:: |
tdens(:,:) |
transition density
|