Skip to content

Commit

Permalink
Merge pull request #161 from MuyamiYatara/origin/typos
Browse files Browse the repository at this point in the history
Origin/typos
  • Loading branch information
quanshengwu authored Jan 21, 2025
2 parents f3d7575 + afac72f commit 24bd24b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/readinput.f90
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,8 @@ subroutine readinput

if(cpuid==0)write(stdout, '(a)') '>> lattice information (Angstrom)'
if(cpuid==0)write(stdout, '(6a12)')" a", " b", " c", 'alpha', 'beta', 'gamma'
if(cpuid==0)write(stdout, '(6f12.6)')Origin_cell%cell_parameters/Angstrom2atomic
! Thanks for Shengpu Huang pointing out the bug in the unit conversion of the lattice vector angle.
if(cpuid==0)write(stdout, '(6f12.6)')Origin_cell%cell_parameters(1:3)/Angstrom2atomic, Origin_cell%cell_parameters(4:6)
if(cpuid==0)write(stdout, '(a)')" Three Lattice vectors of the unfolded cell: "
if(cpuid==0)write(stdout, '(3f12.6)')Origin_cell%Rua/Angstrom2atomic
if(cpuid==0)write(stdout, '(3f12.6)')Origin_cell%Rub/Angstrom2atomic
Expand Down

0 comments on commit 24bd24b

Please sign in to comment.