Skip to content

Commit eee9853

Browse files
authored
adding metadata field to QuEraTaskSpecification.
1 parent 43ca321 commit eee9853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/quera_ahs_utils/quera_ir/task_specification.py

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ class QuEraTaskSpecification(BaseModel):
155155
nshots: int
156156
lattice: Lattice
157157
effective_hamiltonian: EffectiveHamiltonian
158+
metadata: str
158159

159160
def __hash__(self):
160161
return hash((QuEraTaskSpecification, self.nshots, self.lattice, self.effective_hamiltonian))

0 commit comments

Comments
 (0)