Tim DuBois

Results 96 issues of Tim DuBois

There's a lot of boilerplate in the input and output modules that could be generated via a few carefully constructed macros.

enhancement

Recently, I've dropped the [`blas-src` dependency](https://github.com/Libbum/Wafer/commit/f61f80bfb63dcaae2eeea7673c3232b70b424d78#diff-80398c5faae3c069e4e6aa2ed11b28c0R30) as the app was not compiling. This connects to the way ndarray wants things sorted. So basically, it's working now, but I should benchmark...

[gramschmidt-rs](https://github.com/SuperFluffy/gramschmidt-rs) is really coming along. I saw it back in its early 0.1 days and haven't checked back until now. At that point in time my implementation was effectively the...

[dogged](https://github.com/nikomatsakis/dogged) The main difference then between a `Vec` and a `DVec` lies not in the operations it offers, but in how much they cost. That is, when you push on...

There are a number of times where we zip a heap of arrays together, we could refactor to using an array of structs here to minimise memory cross talk. This...

It's possible the scoping in `evolve` is causing us the possibility of nans. (#31). That being said, the test alterations I've currently looked into seem to massively regress convergence and...

bug

This hasn't been done at all yet, but is required. * [ ] main.rs * [ ] config.rs * [ ] input.rs * [ ] output.rs * [ ] grid.rs...

TODO

Need to start looking into benchmarks of the code too. Since much of the additions from here will be refactoring and performance enhancements.

Currently the cluster input system is not functioning at all. * [ ] - Build cluster readin routines * [ ] - Add sample potential which uses it * [...

enhancement

We may be able to implement an adaptive grid, could give us another decent speed up. [One method](http://wissrech.ins.uni-bonn.de/research/pub/hamaekers/GriebelHamaekersINSpreprint0603.pdf)