Skip to content

v0.3.2

Compare
Choose a tag to compare
@rebeccafair rebeccafair released this 09 Feb 16:57
· 29 commits to master since this release
  • Bug fixes:

    • Use of temperature=0 will now calculate the 0K Debye-Waller and Bose
      population factors - previously these temperature dependent effects
      were not calculated at 0K
  • Improvements:

    • There are now help and doc commands which override the built-in
      Matlab commands to display richer help information (from the Python
      on-line documentation) for Euphonic commands.
      To use them, you must first import them with :code:import euphonic.help
      or :code:import euphonic.doc to override the built-in commands.
      Then use it as normal, e.g. :code:help euphonic.ForceConstants.
      If this is used without the import, the original Matlab help is displayed
      which has been modified to suggest that the import is used.