abinit / abipy

Open-source library for analyzing the results produced by ABINIT
http://abinit.github.io/abipy
Other
117 stars 96 forks source link

Added get_differences method for AbinitInputFile objects. #250

Closed davidwaroquiers closed 2 years ago

davidwaroquiers commented 2 years ago

Added a method to compare AbinitInputFile objects, basically returning the differences between the two. Unit tests added.

gmatteo commented 2 years ago

Thanks