|
|
@ -1067,11 +1067,11 @@ module io
|
|
|
|
call lattice_map(in_basis, in_basis_types, 8, in_lapa, lat_type)
|
|
|
|
call lattice_map(in_basis, in_basis_types, 8, in_lapa, lat_type)
|
|
|
|
|
|
|
|
|
|
|
|
!Now add the element
|
|
|
|
!Now add the element
|
|
|
|
call add_element(in_lattice_type, esize, lat_type, sub_box_num, r_in(:,1:max_basisnum,1:max_ng_node))
|
|
|
|
call add_element(0,in_lattice_type, esize, lat_type, sub_box_num, r_in(:,1:max_basisnum,1:max_ng_node))
|
|
|
|
|
|
|
|
|
|
|
|
case('Atom')
|
|
|
|
case('Atom')
|
|
|
|
read(11, *) inod, ibasis, in_basis_types(ibasis), r_in(:,1,1)
|
|
|
|
read(11, *) inod, ibasis, in_basis_types(ibasis), r_in(:,1,1)
|
|
|
|
call add_atom(in_basis_types(ibasis), sub_box_num, r_in(:,1,1))
|
|
|
|
call add_atom(0,in_basis_types(ibasis), sub_box_num, r_in(:,1,1))
|
|
|
|
end select
|
|
|
|
end select
|
|
|
|
end do
|
|
|
|
end do
|
|
|
|
|
|
|
|
|
|
|
|