RMG is an Open Source code for electronic structure calculations and modeling of materials and molecules. It is based on density functional theory and uses a real space basis and pseudopotentials.
RMG converts internally atomic coordinates from Angstrooms to Bohr, which is the default unit for computations. However, it would be very useful if the coordinates in the original Angstroom units were also printed along with coordinates in Bohr, for verification and analysis purposes.
Also, the actual units (bohr or angstrom) should be printed in the logfile to avoid confusion, for example:
Initial Ionic Positions And Displacements (Bohr)
Species X Y Z dX dY dZ
C 25.3293 22.9600 29.2070 0.0000 0.0000 0.0000
C 27.5363 22.9600 27.7857 0.0000 0.0000 0.0000
C 23.7313 25.1732 29.2251 0.0000 0.0000 0.0000
..
RMG converts internally atomic coordinates from Angstrooms to Bohr, which is the default unit for computations. However, it would be very useful if the coordinates in the original Angstroom units were also printed along with coordinates in Bohr, for verification and analysis purposes. Also, the actual units (bohr or angstrom) should be printed in the logfile to avoid confusion, for example:
Initial Ionic Positions And Displacements (Bohr) Species X Y Z dX dY dZ C 25.3293 22.9600 29.2070 0.0000 0.0000 0.0000 C 27.5363 22.9600 27.7857 0.0000 0.0000 0.0000 C 23.7313 25.1732 29.2251 0.0000 0.0000 0.0000 ..