mjo22 / cryojax

Cryo electron microscopy image simulation and analysis built on JAX.
https://mjo22.github.io/cryojax/
GNU Lesser General Public License v2.1
29 stars 9 forks source link

Implement solvation model from #277

Open geoffwoollard opened 1 day ago

geoffwoollard commented 1 day ago

This model is a fixed PS envelope, with this functional form and constant values.

The phases are sampled uniformly.

The constants were fit to agree with explicit water from MD simulations. These could be free parameters that the user can input, with defaults from Parkhurst et al.

The authors incorporate this in multislice, and dynamically mask in real space for each slice.

I think a simple/fast implementation where the water is just added onto the protein density is desirable. Screen Shot 2024-10-04 at 12 00 54 PM

References

mjo22 commented 1 day ago

This is a repeat of #236, could you pick one of these issues to keep open?