Skip to content

Commit

Permalink
missed
Browse files Browse the repository at this point in the history
  • Loading branch information
mjo22 committed Jan 17, 2025
1 parent cb63099 commit 66905a3
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,11 @@ def compute_image_superposition(
if rng_key is not None:
# Get the potential of the specimen plus the ice
if self.solvent is not None:
object_spectrum_at_exit_plane = (
self.solvent.compute_object_spectrum_with_ice(
rng_key, object_spectrum_at_exit_plane, instrument_config
)
object_spectrum_at_exit_plane = self.solvent.compute_object_spectrum_with_ice( # noqa: E501
rng_key,
object_spectrum_at_exit_plane,
instrument_config,
is_hermitian_symmetric=self.potential_integrator.is_projection_approximation,
)

return object_spectrum_at_exit_plane
Expand Down

0 comments on commit 66905a3

Please sign in to comment.