We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545a664 commit f68fc18Copy full SHA for f68fc18
2 files changed
deepmd/jax/jax2tf/tfmodel.py
@@ -187,6 +187,7 @@ def call_lower(
187
fparam: jnp.ndarray | None = None,
188
aparam: jnp.ndarray | None = None,
189
do_atomic_virial: bool = False,
190
+ charge_spin: jnp.ndarray | None = None,
191
) -> dict[str, jnp.ndarray]:
192
if do_atomic_virial:
193
call_lower = self._call_lower_atomic_virial
deepmd/jax/model/hlo.py
@@ -183,6 +183,7 @@ def call_lower(
183
184
185
186
if extended_coord.shape[1] > nlist.shape[1]:
0 commit comments