ElliotB256

Results 11 issues of ElliotB256

@andrew-raphael-lukasik Thanks for the recent changes, it's nice to see someone taking a look! Perhaps I can get your opinions on some thoughts. I'm thinking of splitting the repo up...

Hi, I get this error on shader compilation when using a 2020 LTS with custom lighting. It looks like a relevant fix for this was made on the URP repo....

Performance is slightly better with Legion than specs (Amethyst has now dropped specs and is moving to Legion). Consider moving to Legion. https://github.com/amethyst/legion

enhancement

An email from @tevzLotric , > Dear Dr. Bentine, > > I am working on optimizing the optical transport of ultracold erbium atoms for the dipolar quantum gases group here...

Long-ranged forces are important for 3D MOTs with lots of atoms, as the repulsive forces reduce the phase space density. Some thoughts: * May need to use a `MacroAtom` approach,...

enhancement

I would like to see a high level API for creating entities in the simulation, using something like factory structs with a fluent interface. e.g.: ``` BeamBuilder() .in_direction(Vector3::x) .with_gaussian_profile(waist, power)...

enhancement

At high optical densities, the intensity of cooling light is diminished as it passes through the cold atom sample. This effect can imbalance optical forces, and creates an effective long-ranged...

enhancement

I would like to use the `uom` crate to define quantities in atomecs. https://github.com/iliekturtles/uom Advantages: * Compile-time dimensional analysis * No runtime overhead * Convenience to define in whatever unit...

enhancement

To simulate evaporation in optical/magnetic traps, AtomECS requires a way to calculate the effects of short-ranged (eg, s-wave) collisions. Given that the collisions are short-ranged, all methods used should a...

enhancement

Hi, @tiffanyharte and myself would like to know what other people are using AtomECS for. For planning future features it would be very helpful to know what kinds of experiments...

help wanted
question