Skip to content

Commit

Permalink
adding metadata field to QuEraTaskSpecification.
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 authored Oct 25, 2023
1 parent 43ca321 commit eee9853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quera_ahs_utils/quera_ir/task_specification.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class QuEraTaskSpecification(BaseModel):
nshots: int
lattice: Lattice
effective_hamiltonian: EffectiveHamiltonian
metadata: str

def __hash__(self):
return hash((QuEraTaskSpecification, self.nshots, self.lattice, self.effective_hamiltonian))
Expand Down

0 comments on commit eee9853

Please sign in to comment.