Skip to content

Fix units for CUBE file format

Micael Oliveira requested to merge fix_cube_format into hotfix-10.2

Description

According to http://gaussian.com/cubegen/, CUBE files are always in atomic units. The option to specify units is only for Gaussian input files, not for output files.

News snippet

Fix units of CUBE file format.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports