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

refactor!: remove LorentzTransformer example algorithm #286

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

c-dilks
Copy link
Member

@c-dilks c-dilks commented Oct 2, 2024

This algorithm was the first transformer-type algorithm, but it is not so useful and difficult to generalize. Algorithms that need Lorentz transformations should just do it themselves; if we see certain transformations being repeated in various algorithms, then we can re-write such a Lorentz transformation algorithm.

Let's remove this algorithm for now, since we now have other, much more useful transformer algorithms.

This algorithm was the first transformer-type algorithm, but it is not
so useful and difficult to generalize. Algorithms that need Lorentz
transformations should just do it themselves; if we see certain
transformations being repeated in various algorithms, then we can
re-write such a Lorentz transformation algorithm.

Let's remove this algorithm for now, since we now have other, much more
useful transformer algorithms.
@c-dilks c-dilks merged commit be9fa15 into main Oct 3, 2024
44 of 45 checks passed
@c-dilks c-dilks deleted the rm-LorentzTransformer branch October 3, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant