Skip to content

Commit 6da7825

Browse files
Set T to actual 0
1 parent d40d3e0 commit 6da7825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials-v5/time-evolution/024_v5_paper-mesolve.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ lambd = np.sqrt(
477477

478478
```python
479479
# Create Environment
480-
bath = UnderDampedEnvironment(lam=lambd, w0=w0, gamma=gamma_heom, T=1e-30)
480+
bath = UnderDampedEnvironment(lam=lambd, w0=w0, gamma=gamma_heom, T=0)
481481
fit_times = np.linspace(0, 5, 1000) # range for correlation function fit
482482

483483
# Fit correlation function with exponentials
@@ -561,7 +561,7 @@ lambd = np.sqrt(
561561

562562
```python
563563
# Create Environment
564-
bath = UnderDampedEnvironment(lam=lambd, w0=w0, gamma=gamma_heom, T=1e-10)
564+
bath = UnderDampedEnvironment(lam=lambd, w0=w0, gamma=gamma_heom, T=0)
565565
fit_times = np.linspace(0, 5, 1000) # range for correlation function fit
566566

567567
# Fit correlation function with exponentials

0 commit comments

Comments
 (0)