Skip to content
Snippets Groups Projects
Commit 26b503d0 authored by Gordian Edenhofer's avatar Gordian Edenhofer
Browse files

demos/re/geomap: Fix lanczos call

parent b4a386be
No related branches found
No related tags found
1 merge request!832Better Lanczos interface
...@@ -79,7 +79,7 @@ def geomap( ...@@ -79,7 +79,7 @@ def geomap(
probe = flatten_util.ravel_pytree(probe)[0] probe = flatten_util.ravel_pytree(probe)[0]
smpl = flatten_util.ravel_pytree(smpl)[0] smpl = flatten_util.ravel_pytree(smpl)[0]
logdet, vecs = lanczos_logdet(mat, probe, order, shape0=p.size) logdet, vecs = lanczos_logdet(mat, probe, order)
if not sample_orthonormally: if not sample_orthonormally:
energy = hamiltonian(pos) energy = hamiltonian(pos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment