ajgilbert / EFT2Obs

Automatically parametrize the effect of EFT coefficients on arbitrary observables
10 stars 28 forks source link

Standalone reweighting: optimise cloning of shared lib #24

Open ajgilbert opened 3 years ago

ajgilbert commented 3 years ago

Currently standalone_reweight.pywill make N copies of the allmatrix2py.so shared lib, where N = number of reweighting points. This is a bit haphazard, and hardcodes these copies in the reweighting module directory. Issues:

ajgilbert commented 1 year ago

Also consider using C++ instead, e.g.: https://github.com/gpetruc/MGcpp-GenericMEComputer