Chamber or Trap #116
Answered
by
neil-glikin
tomakor549
asked this question in
Q&A
-
I work on a project that uses IonSim Trap structure, and I'm wondering, what's the difference between Trap and Chamber? Chamber seems to be a newer, more developed version of Trap. Would it be worth to update the code so that it uses Chamber instead? |
Beta Was this translation helpful? Give feedback.
Answered by
neil-glikin
Aug 3, 2024
Replies: 1 comment
-
Yes, v0.5.0 included some renames, one of which was renaming |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tomakor549
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, v0.5.0 included some renames, one of which was renaming
Trap
toChamber
. If you want to update from a version before 0.5.0 to one after, you'll need to change your code to useChamber
instead ofTrap
.