Skip to content

initialize diagonals plus remove unneeded header#145

Open
Jojosito wants to merge 1 commit intoyap:masterfrom
Jojosito:initializeDiagonals
Open

initialize diagonals plus remove unneeded header#145
Jojosito wants to merge 1 commit intoyap:masterfrom
Jojosito:initializeDiagonals

Conversation

@Jojosito
Copy link
Contributor

No description provided.

for (size_t i = 0; i < Diagonals_.size(); ++i)
Diagonals_[i].value() = 1.;

for (size_t i = 0; i < OffDiagonals_.size(); ++i)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

off-diagonals should also be initialized, and should be equal to the product of the number of symmetrizations in the two DecayTrees

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can we get the symmetrization indices from a DecayTree?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question.

OffDiagonals_(DecayTrees_.size() - 1)
{
for (size_t i = 0; i < Diagonals_.size(); ++i)
Diagonals_[i].value() = 1.;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The value should be equal to the square of the number of symmetrizations for that DecayTree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants