Skip to content

Commit

Permalink
Remove atoms from MakeLocalEnergy protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
halvarsu committed Aug 10, 2023
1 parent e29145a commit 5602a0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ferminet/hamiltonian.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class MakeLocalEnergy(Protocol):
def __call__(
self,
f: networks.FermiNetLike,
atoms: jnp.ndarray,
charges: jnp.ndarray,
nspins: Sequence[int],
use_scan: bool = False,
Expand All @@ -62,7 +61,6 @@ def __call__(
Args:
f: Callable which evaluates the sign and log of the magnitude of the
wavefunction.
atoms: atomic positions.
charges: nuclear charges.
nspins: Number of particles of each spin.
use_scan: Whether to use a `lax.scan` for computing the laplacian.
Expand Down

0 comments on commit 5602a0c

Please sign in to comment.