Skip to content

Commit

Permalink
Make coupler symmetric
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Carver committed Sep 26, 2024
1 parent ef8a523 commit 624e351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simphony/libraries/ideal.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def coupler(
{
("o2", "o3"): tau,
("o2", "o1"): kappa,
("o0", "o3"): jnp.conj(kappa),
("o0", "o3"): kappa,
("o0", "o1"): tau,
}
)
Expand Down

1 comment on commit 624e351

@cjcarver
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolves #111

Please sign in to comment.