Update src/qibotn/result.py

Co-authored-by: BrunoLiegiBastonLiegi <45011234+BrunoLiegiBastonLiegi@users.noreply.github.com>
This commit is contained in:
Matteo Robbiati
2025-02-10 12:50:04 +01:00
committed by GitHub
parent 309fdc996b
commit 4683c607ed

View File

@@ -54,7 +54,6 @@ class TensorNetworkResult:
ValueError,
f"To access frequencies, circuit has to be executed with a given number of shots != None",
)
else:
return self.measures
def state(self):