Skip to content

Releases: AimbotParce/BEC-Simulations

v1.5.0 LFS comes to rescue

26 Jul 20:56

Choose a tag to compare

This is the version that I turned in as my Final Degree Thesis. Enjoy!

Note: There's no changelog, because I had to reset the history of the entire repo, and lost track of everything that changed. Sorry

v1.4.0

24 Apr 10:40

Choose a tag to compare

Full Changelog: v1.3.0...v1.4.0

v1.3.0 Constants

17 Mar 13:12
e508ebf

Choose a tag to compare

Release Highlights

  • waveFunction and V methods must now take constants into their parameters
  • Moved the report.py file to a more accessible position
  • Forced output to be defined when calling the simulator

What's Changed

  • Added logs to reports
  • Forced output to be defined when calling the simulator
  • Changed default simulation motor to a dimensionless gross-pitaevskii
  • Lowered the ammount of verbosity in simulations
  • Theoretical wave function is now always saved into a file
  • waveFunction and V methods must now take constants into their parameters
  • Moved the report.py file to a more accessible position

Full Changelog: v1.2.0...v1.3.0

v1.2.0 Reports

16 Mar 11:35
95476b3

Choose a tag to compare

Create reports from the results of previous simulations! Just run the lib/managers/report.py script.

Changes

Features

  • Added reports functionality
  • Added the argument -t/--show-theoretical to compute the theoretical time-dependent wave function and save it to file / show it in the plot.

Bug Fixes

  • Minor bugfix on the main execution, now leaving the argument -cn/--crank-nicolson empty correctly takes the default value.

Full Changelog: v1.1.0...v1.2.0

First Official Release

14 Mar 23:03

Choose a tag to compare

This is the first BEC-Simulations release, which has ben transformed to be a module importable into many other programs, as well as be executed itself as a standalone, customizable, simulations motor.

First Release

09 Mar 10:07

Choose a tag to compare

First Release Pre-release
Pre-release

0.1.0-alpha release

Keep in mind that some of the example projects might not work perfectly.