Skip to content

Commit

Permalink
adding the source of qpu (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
emymaria authored Dec 7, 2021
1 parent 023578c commit 1310525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public class ComputeResource extends HasId {

private QuantumComputationModel quantumComputationModel;

private Boolean qprovOrigin;

@EqualsAndHashCode.Exclude
@ToString.Exclude
@ManyToMany(fetch = FetchType.LAZY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ public class ComputeResourceDto implements Identifyable {
private String technology;

private QuantumComputationModel quantumComputationModel;

private boolean qprovOrigin;
}

0 comments on commit 1310525

Please sign in to comment.