Skip to content
Snippets Groups Projects

Draft: Fix Schiller. Schiller vs Guo force test

Closed Michael Kuron requested to merge schiller into master
Files
2
+ 3
0
@@ -199,6 +199,9 @@ class Schiller:
def macroscopic_momentum_density_shift(self, density):
return default_momentum_density_shift(self._force)
def equilibrium_velocity_shift(self, density):
return default_velocity_shift(density, self._force)
class Buick:
r"""