-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update readme * Try to fix binder.yml workflow * Do not run binder.yml on PRs * Add quadrature to MWNode and FunctionTree * Update src/vampyr/trees/trees.h * Throw exceiption in 1D and 2D f_tree quadrature requests. As suggested by Roberto. Thanks * __add__ and __iadd__ * Update pybind so it works with newer python versions (#103) * Fix RTD builds (#108) * Moved dunders to impl__ implementation in trees (#104) Co-authored-by: Roberto Di Remigio Eikås <roberto@totaltrash.xyz> * Work on documentation * Add hydrogen atom example * Add helium atom * Avoid killed kernel with badly defined analytic functions * update convolution operator and add comment to error catch * Add Beryllium atom notebook * Update notebooks * Update link to current mrcpp master * Run clang-format * Update MRCPP version to fetch * Add matplotlib, safeguard in plotter.py * Run black+isort on Python files * better solvent notebook (#107) Co-authored-by: Roberto Di Remigio Eikås <roberto@totaltrash.xyz> * Add authorship and instruction cells above executable cells (#110) * Remove repetition from `index.rst` (#112) * linked vampyr to the timeevol branch of evgeniy's fork * added _skbuild/ to .gitignore * added complex apply * added time evolution operator in 1d * minor changes to convolutions.h * Time evolution operator can now be imported * added filter class to get filter matrices U, H0, and so on * linked vampyr back to the master mrcpp branch * added a time evolution test * small changes proposed by a reviewer * def test_time_evolution(): * documentation * docs * docs * removed some stuff from notebook messing with other cells * Preparing v1.0rc1 --------- Co-authored-by: Magnar Bjorgve <magnbjor@gmail.com> Co-authored-by: Roberto Di Remigio Eikås <robertodr@users.noreply.github.com> Co-authored-by: Roberto Di Remigio Eikås <roberto@totaltrash.xyz> Co-authored-by: Gabriel <gabriel.a.gerez.s@uit.no> Co-authored-by: edinvay <evgeni36@yandex.ru>
- Loading branch information
1 parent
62802a2
commit cfffb56
Showing
42 changed files
with
4,182 additions
and
673 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
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 |
---|---|---|
|
@@ -24,8 +24,6 @@ jobs: | |
matrix: | ||
python-version: | ||
- "3.8" | ||
- "3.9" | ||
- "3.10" | ||
- "3.11" | ||
|
||
steps: | ||
|
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
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
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 +1 @@ | ||
1.0rc0 | ||
1.0rc1 |
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
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
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
Oops, something went wrong.