Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add SZeroOperator, SZeroBra, SZeroKet structs #46

Closed
apkille opened this issue Jun 18, 2024 · 0 comments
Closed

add SZeroOperator, SZeroBra, SZeroKet structs #46

apkille opened this issue Jun 18, 2024 · 0 comments

Comments

@apkille
Copy link
Member

apkille commented Jun 18, 2024

julia> A = SOperator(:A, SpinBasis(1//2)); b = SBra(:b, SpinBasis(1//2)); k = SKet(:k, SpinBasis(1//2));

julia> @show 0*A 0*b 0*k;
0A = 0A
0 * b = 0⟨b|
0k = 0|k⟩
@apkille apkille changed the title add SZeroOperator, SZeroBra, SZeroKet add SZeroOperator, SZeroBra, SZeroKet structs Jun 18, 2024
apkille added a commit that referenced this issue Jun 21, 2024
* add zero structs

* set fixes

* hash method

* isequal and idiomatic changes

* generator comp for dagger

* more generators and fix

* organize SAdd

* doctest fix

* change JET threshold to 7

* new version updates
@apkille apkille closed this as completed Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant