mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -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
|
||||
def hexhash(self):
|
||||
"""A hexadecimal representation of the model hash."""
|
||||
|
||||
return JSONEncoder.hexhash(self.to_hashable_dict())
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue