Skip to content

Commit

Permalink
Finish
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnys committed Aug 6, 2024
1 parent 85c0791 commit 1d8df33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
runs/
*.fig
figs/
*.json
Expand Down
5 changes: 1 addition & 4 deletions tre_tvmc/solver.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# import netket as nk
import jax.numpy as jnp
from functools import partial
import jax
from src.utils import real_dtype

# import copy
from netket.jax import tree_ravel
from netket.optimizer.qgt.qgt_jacobian_pytree import QGTJacobianPyTreeT
from netket.jax._utils_tree import RealImagTuple
from netket.jax._utils_dtype import dtype_real as real_dtype


def smooth_svd(Aobj, b, acond=1e-4, rcond=1e-2, exponent=6, x0=None):
Expand Down

0 comments on commit 1d8df33

Please sign in to comment.