ComPWA / polarimetry

Polarimetry for the decay Λc → p K π
https://compwa.github.io/polarimetry
Apache License 2.0
5 stars 1 forks source link

Separate Julia code to `Lc2ppiKSemileptonicModelLHCb.jl` #325

Closed mmikhasenko closed 9 months ago

mmikhasenko commented 9 months ago

Problem description

It was not straightforward to pull the Julia Module as a dependency.

Proposed solution

Julia code is migrated to https://github.com/mmikhasenko/Lc2ppiKSemileptonicModelLHCb.jl

The Julia code in this repository should be replaced by the model from Lc2ppiKSemileptonicModelLHCb.jl. All explorations in the scripts/ folder remains in this repository

What should the interface look like?

No response

Additional context

Btw, there this a subdir option Pkg likely, but did not work for me quickly

Pkg.add(Pkg.PackageSpec(url="https://github.com/ComPWA/polarimetry", subdir="julia"))
redeboer commented 9 months ago

Alright sounds good, should be straightforward from what I understand of the Julia ecosystem.

redeboer commented 9 months ago

Btw is YAML.jl not listed as a dependency directly? (just reading the readme)