Robin Horstmann robin
  • Joined on 2024-01-16
robin pushed to refactor_logging at IPKM/mdevaluate 2025-08-09 11:54:27 +00:00
e124506d10 fixed typo in logging output
8169e76964 Merge branch 'main' into refactor_logging
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
4047db209c using pbc_diff now in tetrahedral_order parameter calculation, since reference positions will not be periodic images in the default use case
Compare 4 commits »
robin pushed to main at robin/polyamorphism_optimization 2025-08-09 11:43:23 +00:00
b02fe38415 initial commit
robin created repository robin/polyamorphism_optimization 2025-08-09 11:24:36 +00:00
robin pushed to feature/compatibility_robin at IPKM/mdevaluate 2025-07-17 16:45:18 +00:00
0ffce2f17a added full_output option to non gaussian parameter so that correct statistics can be done afterwards
0eff84910b simplified quick non gaussian fit function so that it is more robust
dae2d6ed95 created wrappers around the isf to allow for access of more raw data and the variance for accurate kai4 calculation
ec4094cd92 added quick estimation for peak tau and height of non Gaussian
Compare 4 commits »
robin created branch feature/compatibility_robin in IPKM/mdevaluate 2025-07-16 15:44:17 +00:00
robin pushed to feature/compatibility_robin at IPKM/mdevaluate 2025-07-16 15:44:17 +00:00
robin pushed to refactor_logging at IPKM/mdevaluate 2025-07-12 22:25:13 +00:00
00043637e9 added a _seen set to avoid infinite recursions due to function arguments; also, applied pbc_diff to neighbors in tetrahedral order
robin created pull request IPKM/mdevaluate#5 2025-07-11 19:05:08 +00:00
using pbc_diff now in tetrahedral_order parameter calculation, since reference positions will not be periodic images in the default use case
robin created branch fix/tetrahedral_order_pbc in IPKM/mdevaluate 2025-07-11 18:59:44 +00:00
robin pushed to fix/tetrahedral_order_pbc at IPKM/mdevaluate 2025-07-11 18:59:44 +00:00
4047db209c using pbc_diff now in tetrahedral_order parameter calculation, since reference positions will not be periodic images in the default use case
robin pushed to refactor_logging at IPKM/mdevaluate 2025-06-16 23:02:25 +00:00
7585e598dc dedent before ast.parse for non-toplevel functions
robin closed pull request IPKM/mdevaluate#4 2025-06-16 22:40:04 +00:00
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
robin reopened pull request IPKM/mdevaluate#4 2025-06-16 20:15:36 +00:00
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
robin pushed to refactor_logging at IPKM/mdevaluate 2025-06-16 20:15:31 +00:00
6d8b86c1ef extended checksum.strip_comments function to work with prefixed docstrings and other small features
robin closed pull request IPKM/mdevaluate#4 2025-06-16 19:44:49 +00:00
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
robin created pull request IPKM/mdevaluate#4 2025-06-16 19:08:58 +00:00
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
robin created branch refactor_logging in IPKM/mdevaluate 2025-06-16 19:01:05 +00:00
robin pushed to refactor_logging at IPKM/mdevaluate 2025-06-16 19:01:05 +00:00
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
robin pushed to main at IPKM/mdevaluate 2025-06-16 18:45:50 +00:00
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
67d3e70a66 Added some ordering to checksums from FunctionType since these could depending on input fail to be deterministic
Compare 2 commits »
robin merged pull request IPKM/mdevaluate#2 2025-06-16 18:45:49 +00:00
Added some ordering to checksums from FunctionType since these could depending on input fail to be deterministic