Wafer icon indicating copy to clipboard operation
Wafer copied to clipboard

Parallelized 3D FDTD Schrödinger Equation Solver

Results 27 Wafer issues
Sort by recently updated
recently updated
newest added

Now that I've implemented serde 1.0 in ndarray, we can serialise data. For the moment we have the ability to write csv, message pack, yaml and json. Config input is...

enhancement

At the moment we have yaml, json, ron, messagepack and csv formats - each require a library to pull in and compile. None of them really need too much overhead,...

enhancement

We have an explicit time step, but our problem is also quite stiff. We may be able to a) relax the `dn^2/3` condition slightly or better yet b) relax the...

enhancement

Turning any type of symmetry on at the moment causes a good deal of crazy. It's probably due to the indexing of things since we're doing this manually.

bug

Since we have `w_store` persistent, we can send of the file writes to a future or rayon thread.

TODO

Not too sure who is calling this, but if we look at pushing boundaries and calculate a grid of 1500x1500x1500, we hit the above error sometime during the run. RAM...

bug

Currently we are using just reals for potential and wavefunction values. Need to extend this to complex values. However, I don't want to be sending round two `f64` values for...

enhancement
help wanted