Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZongYongyue committed Nov 18, 2024
1 parent ceea2ea commit 6578cc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="./docs/src/logo.png" width="200">

# DCorrelators.jl
# DynamicalCorrelators.jl

*A convenient frontend for calculating dynamical correlation functions and related observables based on matrix-product states time evolution methods.*

Expand All @@ -19,7 +19,7 @@
Please type `]` in the REPL to use the package mode, then type this command:

```julia
dev "path/to/DCorrelators.jl"
dev "path/to/DynamicalCorrelators.jl"
```

## Tutorial
Expand All @@ -42,7 +42,7 @@ With the help of [`QuantumLattices`](https://github.com/Quantum-Many-Body/Quantu
```julia
using TensorKit
using MPSKit
using DCorrelators
using DynamicalCorrelators
using Plots
#define the hilbert space
hilbert = Hilbert(site=>Fock{:f}(1, 2) for site=1:length(lattice))
Expand Down Expand Up @@ -74,7 +74,7 @@ Next, let’s look at how to calculate correlation functions. Here, I consider S
```julia
using TensorKit
using MPSKit
using DCorrelators
using DynamicalCorrelators

# give filling = (a,b), where a=b is half-filling, a<b is h-doping and a>b is e-doping
filling = (1,1)
Expand Down

0 comments on commit 6578cc4

Please sign in to comment.