mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 17:51:40 -05:00
add whitespace
This commit is contained in:
parent
6c7b20ac2e
commit
543fdc4abf
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class Model(ABC):
|
||||||
@property
|
@property
|
||||||
def hexhash(self):
|
def hexhash(self):
|
||||||
"""A hexadecimal representation of the model hash."""
|
"""A hexadecimal representation of the model hash."""
|
||||||
|
|
||||||
return JSONEncoder.hexhash(self.to_hashable_dict())
|
return JSONEncoder.hexhash(self.to_hashable_dict())
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Add table
Reference in a new issue