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

Egstern/wake function operations are not implemented #232

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

egstern
Copy link
Collaborator

@egstern egstern commented Dec 26, 2023

The old methods to multiply wakes by factor would not be helpful because the wake functions are wrapped inside the impedance operation object which is buried somewhere inaccessible. Instead, I added multiplication factors for each wake function into the Impedance_options object which is used to create the Wake_function by reading the file. The factors can be applied at that time.

Eric G. Stern added 3 commits December 18, 2023 11:34
… Wake_field

structure to utililize them, and have the Impedance constructor pass them to
the Wake_field constructor. Also a test to manipulate them from python.
… Wake_field

structure to utililize them, and have the Impedance constructor pass them to
the Wake_field constructor. Also a test to manipulate them from python.
…f github.com:fnalacceleratormodeling/synergia2 into egstern/wake-function-operations-are-not-implemented
@egstern egstern linked an issue Dec 26, 2023 that may be closed by this pull request
… cuda so that

this PR can pass tests.
Merge branch 'devel3' into egstern/wake-function-operations-are-not-implemented
@egstern egstern merged commit badc6ef into devel3 Jan 17, 2024
5 checks passed
@egstern egstern deleted the egstern/wake-function-operations-are-not-implemented branch January 17, 2024 22:28
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.

wake function operations are not implemented
1 participant