-
Notifications
You must be signed in to change notification settings - Fork 12
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
Initialize atom cloud from an existing data #92
Comments
That's a good idea! I don't think there is at the moment, but it would be quite simple to ingest a file and populate the simulation from that. A straightforward way to do it would be to implement a txt file reader that provides an In future, once we merge in the bevy backend in place of specs, it should be possible to serialize the entire simulation state using the |
Thanks for speedy and high quality reply! The iterator idea is good to me, will try out today. I havn't heard of bevy_reflect stuff, sounds interesting :) |
How did you get on with the iterator approach? |
Hi Elliot, it is successfully implemented and I am using that now on my laptop :)
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: ElliotB256 ***@***.***>
Sent: Thursday, February 22, 2024 10:47:14 PM
To: TeamAtomECS/AtomECS ***@***.***>
Cc: Yijun Tang ***@***.***>; Author ***@***.***>
Subject: Re: [TeamAtomECS/AtomECS] Initialize atom cloud from an existing data (Issue #92)
How did you get on with the iterator approach?
—
Reply to this email directly, view it on GitHub<#92 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFZBSCS7NXBBVM4TZJEHVNDYU7DHFAVCNFSM6AAAAABCU2BQ2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGQ2TSOJTHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
That's great to hear! If you want to contribute the code, consider making a pull request and then we can merge it into atomECS |
That sounds good, I will discuss with Tiffany about how to do that :)
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: ElliotB256 ***@***.***>
Sent: Thursday, February 22, 2024 10:55:23 PM
To: TeamAtomECS/AtomECS ***@***.***>
Cc: Yijun Tang ***@***.***>; Author ***@***.***>
Subject: Re: [TeamAtomECS/AtomECS] Initialize atom cloud from an existing data (Issue #92)
That's great to hear! If you want to contribute the code, consider making a pull request and then we can merge it into atomECS
—
Reply to this email directly, view it on GitHub<#92 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFZBSCSRFFTII5KOEODBLCDYU7EFXAVCNFSM6AAAAABCU2BQ2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGQ3TAOJXGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi All, I am Yijun, a PhD student in AION cambridge. I am currently simulating dipole trap followed by transport, I wonder if there is already demo that I can start my transport simulation with atom cloud initialized with atoms at the end of a dipole trap simulation, so if I have a dipole trap data I can initialized my transport simulation with the end state of the dipole trap data. Basically initialize atom cloud with pos.txt and vel.txt output files?
The text was updated successfully, but these errors were encountered: