Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cmbant/CAMB
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sfu-cosmo/MGCAMB
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 24 files changed
  • 2 contributors

Commits on Oct 30, 2023

  1. version upgrade

    zhuangfeiwang committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    daf2ee6 View commit details
    Browse the repository at this point in the history
  2. update README

    zhuangfeiwang committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    62fce15 View commit details
    Browse the repository at this point in the history
  3. update README

    zhuangfeiwang committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    12780c9 View commit details
    Browse the repository at this point in the history
  4. fix set_mgparams

    zhuangfeiwang committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3d21995 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Created function to compute BigSigma from mu and gamma, without the p…

    …aram cache
    
    The Mu and Gamma functions inside MGCAMB need the param cache, but we don't want to
    interface it from python. For the cases we need, it's sufficient to pass the
    dark energy density and the Hubble parameter, so we've created a fake parameter cache for that
    
    	modified:   equations_MG.f90
    scaramouche-00 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    cb1a03e View commit details
    Browse the repository at this point in the history
Loading