-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support the construction of bosonic operators (#6518)
**Context:** We need `BoseWords` and `BoseSentences` to help us build vibrational hamiltonians. **Description of the Change:** Add `BoseWords` and `BoseSentences` **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** [sc-72640] --------- Co-authored-by: ddhawan11 <[email protected]> Co-authored-by: Diksha Dhawan <[email protected]> Co-authored-by: soranjh <[email protected]> Co-authored-by: Utkarsh <[email protected]>
- Loading branch information
1 parent
e8541af
commit 9c1292d
Showing
5 changed files
with
1,856 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"""A module containing utility functions and mappings for working with bosonic operators. """ | ||
|
||
from .bosonic import BoseWord, BoseSentence |
Oops, something went wrong.