Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added support for mode by mode decomposition of NRHybSur3dq8 waveform model #4516

Closed
wants to merge 7 commits into from
Closed

added support for mode by mode decomposition of NRHybSur3dq8 waveform model #4516

wants to merge 7 commits into from

Conversation

lpathak97
Copy link
Contributor

No description provided.

ma = [(l, m) for l in [2, 3, 4] for m in range(-l, l+1)]
elif approximant.startswith('NRHybSur3dq8'):
# according to arXiv:1812.07865
ma = [(2, 0), (2, 1), (2, 2), (3, 0), (3, 1), (3, 2),
Copy link
Member

Choose a reason for hiding this comment

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

What about negative m modes? Should this be similar to above but extending up above but adding in a lone 5, 5 mode?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There are no negative m supported for this waveform model.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ahnitz
Copy link
Member

ahnitz commented Oct 3, 2023

@lpathak97 I just triggered the unittests to run. Can you fix the remaining CC issues though? You can ignore the code duplication one for now, but the others can be fixed.

@lpathak97
Copy link
Contributor Author

I have fixed all the issues except duplication.

@ahnitz ahnitz enabled auto-merge (squash) October 5, 2023 12:59
@ahnitz ahnitz disabled auto-merge October 5, 2023 12:59
@ahnitz
Copy link
Member

ahnitz commented Oct 5, 2023

@lpathak97 You have committed several files that shouldn't be in a repo again. Can you please remove these?

@lpathak97
Copy link
Contributor Author

Actually, I was installing it after editing the files. That's why there are so many extra files in the repo. Since there are more than 100 extra files, I would simply delete this branch and make a fresh fork. Then, I will make a PR again. Sorry for the inconvenience.

@lpathak97 lpathak97 closed this Oct 5, 2023
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