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

🐛 AOD Atom displayed as SLM Atom #74

Closed
ystade opened this issue Feb 11, 2025 · 2 comments
Closed

🐛 AOD Atom displayed as SLM Atom #74

ystade opened this issue Feb 11, 2025 · 2 comments
Labels
Area: Animation Things relating to the animation

Comments

@ystade
Copy link
Collaborator

ystade commented Feb 11, 2025

When executing this example, in the second move the qubit is displayed in green and no AOD lines are shown. The assumption here is that the cause for this error is that the very same atom was stored in the previous operation,

atom (48.000, 294.000) atom2
atom (36.000, 294.000) atom5
@+ load [
    atom2
    atom5
]
@+ move [
    (48.000, 297.000) atom2
    (36.000, 297.000) atom5
]
@+ store [
    atom2
    atom5
]
@+ load atom2
@+ move (35.000, 317.000) atom2
@+ store atom2
@ystade ystade added the Area: Animation Things relating to the animation label Feb 11, 2025
@FloezeTv
Copy link
Collaborator

Hey,
I think this is the same issue as in #58.
Does this issue still happen on the latest main?
I can't reproduce this locally (i.e., for the second move, atom2 is correctly animated as being in AOD).

@ystade
Copy link
Collaborator Author

ystade commented Feb 17, 2025

This is indeed fixed on the latest main branch. Thanks!!

@ystade ystade closed this as completed Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Animation Things relating to the animation
Projects
None yet
Development

No branches or pull requests

2 participants