Skip to content

Commit bab84e6

Browse files
authored
Merge pull request #9 from PGelss/plotting-and-logging
Plotting and logging
2 parents 68e0f3c + 0512d9c commit bab84e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For a detailed description of the WaveTrain software, see our article that appea
4040
After downloading and installing the Python tensor train toolbox [scikit\_tt](https://github.com/PGelss/scikit_tt),
4141
installation of the **WaveTrain** software package is straightforward
4242
```
43-
pip install git+https://github.com/PGelss/wave_train
43+
pip install git+https://github.com/PGelss/scikit_tt
4444
pip install wave_train
4545
```
4646
where pip belongs to a Python installation with minimum version requirement 3.7.0.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = wave_train
3-
version = 1.0.3
3+
version = 1.0.4
44
author = Jerome Riedel, Patrick Gelß, Burkhard Schmidt
55
author_email = burkhard.schmidt@fu-berlin.de
66
description = Numerical quantum mechanics of chain-like systems based on tensor trains

0 commit comments

Comments
 (0)