Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated AdvancedMH.jl wrapper and fixed compatibility issue. #322

Closed
wants to merge 26 commits into from

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    8c7bbe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bceb71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a182247 View commit details
    Browse the repository at this point in the history
  4. Partial fix for #292

    Alexsp32 authored and jamesgardner1421 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ba6bc2e View commit details
    Browse the repository at this point in the history
  5. Add debug info

    Alexsp32 authored and jamesgardner1421 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    49e927d View commit details
    Browse the repository at this point in the history
  6. More debug info

    Alexsp32 authored and jamesgardner1421 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e4cc66f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45eaa64 View commit details
    Browse the repository at this point in the history
  8. More debug outputs

    Alexsp32 authored and jamesgardner1421 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    16f804c View commit details
    Browse the repository at this point in the history
  9. Fix unrelated typo

    Alexsp32 authored and jamesgardner1421 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    11c0e18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e57ca70 View commit details
    Browse the repository at this point in the history
  11. Fix missing import

    jamesgardner1421 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cc1414f View commit details
    Browse the repository at this point in the history
  12. Add vectorised version of quantise_diatomic

    `quantise_diatomic` is now able to process a single configuration
    or a vector of multiple configurations.
    This improves performance for multiple configurations,
    as only one potential-specific binding curve is
    generated to analyse all configurations.
    Alexsp32 authored and jamesgardner1421 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d996f6d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c08efa9 View commit details
    Browse the repository at this point in the history
  14. Fix type definition

    jamesgardner1421 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9786fdd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Add energy_distribution_from_quantisation

    Added functions to calculate classical translational, rotational and vibrational energies
    from the ro-vibrational quantum numbers from quantise_diatomic.
    Alexsp32 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d5e622f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48277c8 View commit details
    Browse the repository at this point in the history
  3. Mistake in energy expression

    Alexsp32 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e3f7faa View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    c1d43b3 View commit details
    Browse the repository at this point in the history
  2. Made E_delta more meaningful

    Alexsp32 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    352df9b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    524d365 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Attempted fix for #320

    AdvancedMH or one of its dependencies may have updated a keyword from "initial_config" to "initial_params".
    This caused NQCD to not deliver initial positions to the sampling chain correctly.
    Alexsp32 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f7d45ab View commit details
    Browse the repository at this point in the history
  2. Initial test for #321

    Alexsp32 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    922fb7a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Modify AdvancedMH.jl keyword handling #321

    - Update ThermalMonteCarlo.jl with new keywords movement_ratio and stop_ratio, where movement_ratio=1-stop_ratio
    - Add warning for deprecated kwargs.
    - Update documentation with information about new keywords
    Alexsp32 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    45e47ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e18b56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a63cfb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc12dd6 View commit details
    Browse the repository at this point in the history