Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Justus Kuhlmann
50ff178a0c import sha1 as groundlayer 2025-09-02 10:30:56 +00:00

View file

@ -6,7 +6,7 @@ from .input import sfcf,openQCD
import json
from typing import Union
from pyerrors import Obs, Corr, dump_object, load_object
from hashlib import sha256
from hashlib import sha256, sha1
from .tools import cached
import shutil