dbcsr_t_create_template Subroutine

private subroutine dbcsr_t_create_template(tensor_in, tensor, name, dist, map1_2d, map2_2d, data_type)

create a tensor from template

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor_in
type(dbcsr_t_type), intent(out) :: tensor
character(len=*), intent(in), optional :: name
type(dbcsr_t_distribution_type), intent(inout), optional :: dist
integer, intent(in), optional, DIMENSION(:) :: map1_2d
integer, intent(in), optional, DIMENSION(:) :: map2_2d
integer, intent(in), optional :: data_type