-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
run: poetry install --with docs,test,tutorial | ||
- name: Build coverage file | ||
run: | | ||
pytest --cache-clear --cov=hamiltonian_flow tests/ > pytest-coverage.txt | ||
pytest --cache-clear --cov=hamilflow tests/ > pytest-coverage.txt | ||
- name: Comment coverage | ||
uses: coroo/[email protected] | ||
build-n-publish: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,6 @@ jobs: | |
run: poetry install --with docs,tutorial | ||
- name: Build coverage file | ||
run: | | ||
poetry run pytest --cache-clear --cov=hamiltonian_flow tests/ > pytest-coverage.txt | ||
poetry run pytest --cache-clear --cov=hamilflow tests/ > pytest-coverage.txt | ||
- name: Comment coverage | ||
uses: coroo/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# hamiltonian_flow | ||
# hamilflow | ||
|
||
Dataset of simple physical systems. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# hamiltonian_flow Changelog | ||
# hamilflow Changelog | ||
|
||
## 2024-02-18, 0.0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Documentation for `hamiltonian_flow` | ||
# Documentation for `hamilflow` | ||
|
||
Generating dataset for physical systems. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Harmonic Oscillator | ||
|
||
::: hamiltonian_flow.models.harmonic_oscillator | ||
::: hamilflow.models.harmonic_oscillator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[tool.poetry] | ||
name = "hamiltonian_flow" | ||
name = "hamilflow" | ||
version = "0.0.1" | ||
description = "Dataset of simple physical systems." | ||
authors = ["LM <[email protected]>", "cmp0xff <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
packages = [{include = "hamiltonian_flow"}] | ||
packages = [{include = "hamilflow"}] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<3.13" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters