robrobo
|
303bdbf9d2
|
parse jumps now correctly uses fractional coordinates and should work for triclinic boxes. this should lead to correct behavior in all cases except for maybe changing angles in triclinic boxes. old behavior can still be used
|
2026-04-23 14:34:05 +02:00 |
|
robrobo
|
d97863e356
|
added fake _xdr attributes in case the trajectory was constructed by other means than reading a gromacs xtc file
|
2026-04-11 17:22:39 +02:00 |
|
robrobo
|
ddf7d42c27
|
extended the has checksum case for edge cases that caused problems
|
2026-04-11 17:21:57 +02:00 |
|
robrobo
|
715deea1e0
|
norm in quick fit
|
2025-10-16 17:44:30 +02:00 |
|
robrobo
|
6b7641f152
|
stop reading many frames to get times for shifted_correlation
|
2025-09-05 14:47:53 +02:00 |
|
robrobo
|
cd7097ad46
|
remove print
|
2025-08-14 16:43:56 +02:00 |
|
robrobo
|
a0ca2d8657
|
Merge branch 'fix/nojump_and_npt_caching' into feature/compatibility_robin
|
2025-08-14 16:35:12 +02:00 |
|
robrobo
|
9ff3badab1
|
have to wrap delta with np.array to make sure it is ndarray and result stays CoordinateFrame
|
2025-08-14 16:33:37 +02:00 |
|
robrobo
|
0f47475f22
|
quick version of center_of_masses for equal weights
|
2025-08-14 15:20:16 +02:00 |
|
robrobo
|
f6ff7606ad
|
decorator for autosave_data now consumes and autosave_dir_overwrite. this can enable autosave by itself and takes precedence over the enable(dir) value. provided the same way as the description
|
2025-08-09 18:43:50 +02:00 |
|
robrobo
|
96c624efee
|
Merge branch 'fix/nojump_and_npt_caching' into feature/compatibility_robin
|
2025-08-09 16:11:42 +02:00 |
|
robrobo
|
492098fe01
|
apply selection and scaling with current box after delta in jumps has been cached or calculated directly. this should fix using nojump on NPT simulations
|
2025-08-09 16:11:24 +02:00 |
|
robrobo
|
accb43d7e6
|
Merge branch 'refactor_logging' into feature/compatibility_robin
|
2025-08-09 13:58:15 +02:00 |
|
robrobo
|
07b14a6cd6
|
Merge branch 'main' into feature/compatibility_robin
|
2025-08-09 13:57:29 +02:00 |
|
robrobo
|
e124506d10
|
fixed typo in logging output
|
2025-08-09 13:54:23 +02:00 |
|
robrobo
|
8169e76964
|
Merge branch 'main' into refactor_logging
|
2025-08-09 13:52:58 +02:00 |
|
markusro
|
65ac6e9143
|
Merge pull request 'using pbc_diff now in tetrahedral_order parameter calcul since reference positions will not be periodic images in the default use case' (ation,#5) from fix/tetrahedral_order_pbc into main
Reviewed-on: #5
|
2025-07-21 11:57:15 +00:00 |
|
robrobo
|
9f6af2af11
|
corrected spelling
|
2025-07-17 20:21:43 +02:00 |
|
robrobo
|
0ffce2f17a
|
added full_output option to non gaussian parameter so that correct statistics can be done afterwards
|
2025-07-17 18:45:11 +02:00 |
|
robrobo
|
0eff84910b
|
simplified quick non gaussian fit function so that it is more robust
|
2025-07-17 18:44:20 +02:00 |
|
robrobo
|
dae2d6ed95
|
created wrappers around the isf to allow for access of more raw data and the variance for accurate kai4 calculation
|
2025-07-17 12:50:49 +02:00 |
|
robrobo
|
ec4094cd92
|
added quick estimation for peak tau and height of non Gaussian
|
2025-07-17 12:34:43 +02:00 |
|
robrobo
|
4047db209c
|
using pbc_diff now in tetrahedral_order parameter calculation, since reference positions will not be periodic images in the default use case
|
2025-07-11 20:59:30 +02:00 |
|
robrobo
|
00043637e9
|
added a _seen set to avoid infinite recursions due to function arguments; also, applied pbc_diff to neighbors in tetrahedral order
|
2025-07-11 20:54:27 +02:00 |
|
robrobo
|
7585e598dc
|
dedent before ast.parse for non-toplevel functions
|
2025-06-17 01:02:15 +02:00 |
|
robrobo
|
6d8b86c1ef
|
extended checksum.strip_comments function to work with prefixed docstrings and other small features
|
2025-06-16 22:15:22 +02:00 |
|
robrobo
|
a2a0ae8d7b
|
renamed logging to loggin_util to avoid circular import with python logging in some cases; added two raw strings to docstrings and fixed a sphinx syntax in one
|
2025-06-16 21:00:42 +02:00 |
|
robin
|
90bd90a608
|
Merge pull request 'Added some ordering to checksums from FunctionType since these could depending on input fail to be deterministic' (#2) from fix_nondeterministic_checksum into main
Reviewed-on: #2
|
2025-06-16 18:45:48 +00:00 |
|
robrobo
|
67d3e70a66
|
Added some ordering to checksums from FunctionType since these could depending on input fail to be deterministic
|
2025-06-16 20:09:50 +02:00 |
|
skloth
|
c09549902a
|
Added Robins adjustments for FEL
|
2024-05-27 14:27:09 +02:00 |
|
skloth
|
b7bb8cb379
|
Merge branch 'refs/heads/mdeval_dev'
|
2024-05-02 16:18:18 +02:00 |
|
skloth
|
33c4756e34
|
Fixed frame-index selection in occupancy calculation.
|
2024-05-02 16:17:54 +02:00 |
|
skloth
|
7b9f8b6773
|
Merge branch 'mdeval_dev'
|
2024-03-05 13:58:15 +01:00 |
|
skloth
|
c89cead81c
|
Moved KDTree build up in its own function and made find_maxima query for each point separately.
|
2024-03-05 13:57:55 +01:00 |
|
skloth
|
31eb145a13
|
Merge branch 'mdeval_dev'
# Conflicts:
# src/mdevaluate/coordinates.py
|
2024-02-26 14:20:12 +01:00 |
|
skloth
|
af3758cbef
|
Fixed iter in Coordinates
|
2024-02-26 14:18:23 +01:00 |
|
skloth
|
93d020a4de
|
Updated fel test to run faster
|
2024-02-26 14:14:29 +01:00 |
|
skloth
|
b5395098ce
|
Fixed iter of Coordinates after last change
|
2024-02-26 13:57:44 +01:00 |
|
skloth
|
5e80701562
|
Coordinates returns now correct length after slicing
|
2024-02-26 13:50:46 +01:00 |
|
skloth
|
363e420cd8
|
Fixed chill ice_cluster_traj() function
|
2024-02-16 11:11:17 +01:00 |
|
skloth
|
6b77ef78e1
|
Fixed chill selector_ice() function
|
2024-02-15 11:49:20 +01:00 |
|
skloth
|
0c940115af
|
Fixed LSI
|
2024-02-08 17:24:44 +01:00 |
|
skloth
|
b0f29907df
|
Updated fel to triclinic box case
|
2024-02-08 17:24:22 +01:00 |
|
skloth
|
37bf496b21
|
Fixed reading nojump_matrices from non-writable directories
|
2024-02-06 13:29:38 +01:00 |
|
skloth
|
befaef2dfa
|
Fixed van Hove calculation in plane
|
2024-02-06 09:38:38 +01:00 |
|
skloth
|
8ea7da5d2f
|
Removed prints from number_of_neighbors
|
2024-01-31 15:36:51 +01:00 |
|
skloth
|
b405842452
|
Changed version number
|
2024-01-31 11:32:52 +01:00 |
|
skloth
|
f5cf453d61
|
Fixed isf for 2d case
|
2024-01-31 11:32:29 +01:00 |
|
skloth
|
4394f70530
|
Fixed pyproject.toml
|
2024-01-31 09:02:57 +01:00 |
|
skloth
|
298da3818d
|
Changed parameter normed to density in np.histogram
|
2024-01-31 09:02:36 +01:00 |
|