Skip to content

Add eigentune calculation to MATRIX_Lattice - #151

Open
austin-hoover wants to merge 1 commit into
PyORBIT-Collaboration:mainfrom
austin-hoover:matrix-lattice-eigentunes
Open

austin-hoover wants to merge 1 commit into
PyORBIT-Collaboration:mainfrom
austin-hoover:matrix-lattice-eigentunes

Conversation

@austin-hoover

Copy link
Copy Markdown
Contributor

The eigenvalues of the transfer matrix are $\lambda_k = \exp(2 \pi i \nu_k)$, where $\nu_k$ is the tune.

@austin-hoover

Copy link
Copy Markdown
Contributor Author

This imports NumPy which is causing failed check:

  File "/__w/PyORBIT3/PyORBIT3/.po3/lib64/python3.9/site-packages/orbit/matrix_lattice/MATRIX_Lattice.py", line 12, in <module>
    import numpy as np
ModuleNotFoundError: No module named 'numpy'
    from .MATRIX_Lattice import MATRIX_Lattice
  File "/__w/PyORBIT3/PyORBIT3/.po3/lib64/python3.9/site-packages/orbit/matrix_lattice/MATRIX_Lattice.py", line 12, in <module>
    import numpy as np
ModuleNotFoundError: No module named 'numpy'
Traceback (most recent call last):
  File "/__w/PyORBIT3/PyORBIT3/examples/SpaceCharge/sc3D/read_sc_numbers.py", line 7, in <module>
    print(sizes)
NameError: name 'sizes' is not defined

@austin-hoover austin-hoover self-assigned this Sep 16, 2026

This branch has not been deployed

No deployments
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.

1 participant