Skip to content

Commit d3c4b0b

Browse files
authored
docs: mention QuantumCumulants.jl (#15)
1 parent a821a09 commit d3c4b0b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
99
[![jet](https://img.shields.io/badge/%F0%9F%9B%A9%EF%B8%8F_tested_with-JET.jl-233f9a)](https://github.com/aviatesk/JET.jl)
1010

11-
A Julia package for symbolic manipulation and algebraic computation with second quantized operators.
12-
SecondQuantizedAlgebra.jl provides a flexible framework for working with creation and annihilation operators, commutation relations, and algebraic expressions common in quantum many-body theory and quantum optics.
13-
14-
## Features
11+
A Julia package for symbolic manipulation and algebraic computation with second quantized operators. SecondQuantizedAlgebra.jl provides a flexible framework for working with creation and annihilation operators, commutation relations, and algebraic expressions common in quantum many-body theory and quantum optics.
1512

13+
The package provides:
1614
- Symbolic representation of bosonic fock creation and annihilation operators
1715
- Automatic (anti-)commutation relation handling
1816
- Algebraic simplification and normal ordering
1917
- Support for atom and spin operators
2018
- Extensible for custom operator types
2119

22-
## Installation
20+
The code was refactored out of [QuantumCumulants.jl](https://github.com/qojulia/QuantumCumulants.jl).
21+
22+
### Installation
2323

2424
Install with Julia's package manager:
2525
```julia
2626
pkg> add SecondQuantizedAlgebra
2727
```
2828

29-
## Usage
29+
### Usage
3030

3131
```julia
3232
using SecondQuantizedAlgebra
@@ -55,4 +55,4 @@ Contributions and suggestions are welcome! Please open issues or pull requests o
5555

5656
## License
5757

58-
This project is licensed under the MIT License.
58+
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)