Skip to content

Releases: m3g/ComplexMixtures.jl

0.0.193

11 Jul 19:49
Compare
Choose a tag to compare
0.0.193 Pre-release
Pre-release
  • remove unused linkdedcells_v2
  • Changed version file to 20.193
  • various changes, but most importantly found the bug where the box sides were not set correctly
  • fixed comment
  • removed unused arrays

0.0.190

08 Jul 11:35
Compare
Choose a tag to compare
0.0.190 Pre-release
Pre-release

Wrap coordinates relative to the origin. This is necessary to speedup calculations,
as the wrapping of coordinates to compute distanes will be only necessary for cells
at the borders of the simulation box. Not having the compute minimum images between
pairs of atoms actually speeds up the calculations significantly, because the calculation
of pairwise distances is the most repeated calculation

  • Changed version file to 20.190
  • removed unused files
  • added wrapping of coordinates in initcells

0.0.188

06 Jul 12:06
Compare
Choose a tag to compare
0.0.188 Pre-release
Pre-release

Linked cell method is working fine. Needs to be generalized for multiple solutes, and the self version must be implemented. This version contains still the "linkedcells_v1" set of files, and many test-example files that will be removed in the future.