-
Notifications
You must be signed in to change notification settings - Fork 7
Improvements of LZSH algorithm #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
a162548
LZ hopping probabily evaluated only to neighbouring states
JanosJiri 854a967
Warning for discontinuities in Landau Zener
JanosJiri 14749f6
GHA: Update Ubuntu version to 20.04
danielhollas 5ac7a49
Fix gcc versions
danielhollas ad668cb
More fixes
danielhollas 5d0e95a
FFTW tests seems to work now
danielhollas f77a531
include OS version in cache keys
danielhollas 802d7e3
Update Plumed versions
danielhollas 86a7cd1
Try if GCC9 is available in Ubuntu 22.04
danielhollas 9fa909a
Update actions/checkout
danielhollas d92acbc
codecov: Update number of builds
danielhollas 1df8765
verbose codecov
danielhollas 3899eae
Trying to fix codecov gcov paths
danielhollas 7e0d57f
do not install gcov
danielhollas 42ccabf
Run gcov manually
danielhollas f2034d9
Remove verbose
danielhollas 8ea5179
revert codecov.yml changes that did not do anything
danielhollas b6680cc
simplify codecov yaml
danielhollas de71492
Add gcov options to fix coverage?
danielhollas 9af96a7
Install gcc-7
danielhollas 5794619
Try again
danielhollas 2ab40ba
Use gcov args as in codecov
danielhollas bd1ccf1
Install g++-7
danielhollas 0978931
Only install gcc-7 when needed
danielhollas 9348290
Try without codecov arguments
danielhollas effa476
Back to 18 builds
danielhollas f1c63f6
GCC-7 with mpich
danielhollas 35e1904
-fprofile-abs-path
danielhollas 966023a
gcc-7 doesn't have the -fprofiles-abs-path option
danielhollas b7ef49a
Update actions/cache
danielhollas b6d445a
fix unit test coverage
danielhollas 477e67a
Ignore utils
danielhollas 01e3597
fftw gcov from codecov
danielhollas 6d8a8c6
plumed gcov
danielhollas e7cd6e9
gcov mpi
danielhollas 4761ee4
Cleanup
danielhollas 9e4d2b0
Try without -finstrument-functions
danielhollas 26f1805
try -Og for fftw build
danielhollas e564cc8
Try ubuntu 22.04 for the fftw build
danielhollas 7e9ee70
try enabling method and macro branch detection
danielhollas a50d4f3
Revert "try enabling method and macro branch detection"
danielhollas 764728a
Add -fcheck=all compilation flag
danielhollas e72ae20
-fno-inline
danielhollas 72a7665
Fix out-of-bounds array access in nhc init
danielhollas 3d01eca
no-early-inlining
danielhollas f14fcfc
revert
danielhollas c2569a8
fcheck not all
danielhollas 29fc214
-g
danielhollas 2545f39
fcheck and fsanitize conditionally
danielhollas 48c2a16
fix
danielhollas 2abff53
more fix
danielhollas 81e074d
always run e2etest even if unit tests fail
danielhollas f12f5bc
Do not run MM unit tests
danielhollas cf292da
Do not run spline unit tests
danielhollas eaa344f
Fix MM leak?
danielhollas 56aa52e
Deallocate fix
danielhollas 9c1d760
Disable most tests
danielhollas 39dc950
Remove disabled macro
danielhollas c507356
Addressing comments of DH from previous pull request
JanosJiri 70a1327
Merge pull request #160 from PHOTOX/gha-ubuntu-update
JanosJiri 01a6662
Merge branch 'master' into lzsh
JanosJiri 01a7889
Correcting typo and modified test reference for LZ_SS
JanosJiri a91c6bc
Modifying TERAPI-LZ test
JanosJiri 1d1d841
Merge branch 'master' into lzsh
danielhollas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 @@ | ||
| # Time[fs] CurrentState Populations Sum-of-Populations | ||
| 0.24 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 0.48 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 0.73 1 1.00000 0.00000 0.00000 1.0000000 | ||
| 0.97 1 1.00000 0.00000 0.00000 1.0000000 | ||
| 1.21 1 1.00000 0.00000 0.00000 1.0000000 | ||
| 1.45 1 1.00000 0.00000 0.00000 1.0000000 | ||
| 1.69 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 1.94 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 2.18 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 2.42 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 0.73 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 0.97 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 1.21 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 1.45 2 0.00000 1.00000 0.00000 1.0000000 | ||
| 1.69 1 1.00000 0.00000 0.00000 1.0000000 | ||
| 1.94 1 1.00000 0.00000 0.00000 1.0000000 | ||
| 2.18 1 1.00000 0.00000 0.00000 1.0000000 | ||
| 2.42 1 1.00000 0.00000 0.00000 1.0000000 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.