KaiHabermann / decayangle

https://kaihabermann.github.io/decayangle/
MIT License
1 stars 0 forks source link

Enable for topology list provided by a user #13

Closed mmikhasenko closed 5 months ago

mmikhasenko commented 5 months ago

something, like

my_decays = [
  Topology("((1,2),3)"),
  Topology("((3,1),2)"),
  Topology("((2,3),1)")]

Note: consistency, root note, and so on might be tricky

KaiHabermann commented 5 months ago

The new Syntax is

Topology(0, decay_topology=((1,2), 3)) Here 0 is the root, which has to be set by the user