Skip to content

Commit

Permalink
fix diags
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed May 6, 2024
1 parent 5dfeae8 commit e480040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Examples/Tests/circuits/inputs_resonator
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,4 @@ Eobs1.type = RawEFieldReduction
Eobs1.reduction_type = integral
Eobs1.integration_type = volume
Eobs1.intervals = 1
Eobs1.reduced_function(x,y,z) = (x>Lcavity/4) * (x<Lcavity/4+dx/2+smalldx) * (y>Lcavity/4) * (y<Lcavity/4+dy/2+smalldy) * (z>Lcavity/4) * (z<Lcavity/4+dz/2+smalldz)

Eobs1.reduced_function(x,y,z) = (x>Lcavity/4-smalldx) * (x<Lcavity/4+dx/2+smalldx) * (y>Lcavity/4-smalldy) * (y<Lcavity/4+dy/2+smalldy) * (z>Lcavity/4-smalldz) * (z<Lcavity/4+dz/2+smalldz)

0 comments on commit e480040

Please sign in to comment.