UniversityOfGdanskTeamPython / epseon_backend

Vulkan based GPU accelerated implementation of numerical Schrödinger equation solver
MIT License
0 stars 0 forks source link

Rewrite `vibwa.f90` in Python (sequentially) #2

Closed Argmaster closed 11 months ago

Argmaster commented 12 months ago

I rewrote most of the Fortran code (~90%), but I still don't know if what I created works, because the code is difficult to run without rewriting the whole thing due to the global state and full modifiability of all values entering the function. Code is currently stored in "scratchpad" space waiting for dedicated repo to be configured.

Argmaster commented 11 months ago

I have finished rewriting vibwa.f90 in Python and acheved results, as far as I know, matching output of vibwa.f90. Core is far from readable but is good enough to be used for some mocking to proceed with GUI work. Performance of couse didn't increase, we will work on that in next phase.