Open
Conversation
eOn Documentation PreviewDownload: documentation.zip Unzip and open |
2852714 to
076c7bb
Compare
Benchmark ResultsWarning 1 benchmark(s) regressed
Regressions
7 unchanged benchmark(s)
Details
Raw asv-spyglass output |
74504c0 to
5531731
Compare
Replace hand-written FILE*-based .con/.convel parsers and writers in Matter.cpp with the readcon-core Rust FFI library (mmap-based reader, ConFrameBuilder/ConFrameWriter for output). - con2matter: readcon::read_first_frame() + populate from ConFrame - matter2con: ConFrameBuilder + ConFrameWriter with 17-digit precision - matter2convel: ConFrameBuilder::add_atom_with_velocity() - convel2matter: read_first_frame() + velocity extraction - cell_to_lengths_angles(): new helper using safe_acos/safe_div Remove all FILE* overloads from Matter and all call sites: - NudgedElasticBandJob, GPSurrogateJob: multi-image writes use matter2con(filename, append=true) loop - ProcessSearchJob, SaddleSearchJob, SafeHyperJob, TADJob, BasinHoppingJob, DynamicsJob: fopen/fclose replaced with string-based matter2con(filename) - NudgedElasticBand: iteration path writes converted - HelperFunctions::saveMode: FILE* -> std::ofstream + std::format - MinModeSaddleSearch: checkpoint mode write updated Build: add readcon-core as Meson subproject (static, Rust FFI via cbindgen), bump meson_version to >= 1.8.0.
readcon-core is a Rust FFI library that requires rustc >= 1.88 and cbindgen to generate C++ headers during the Meson build.
Python: - eon/fileio.py: replace hand-written con parser with readcon package - pyproject.toml: add readcon>=0.4.3 dependency - pixi.toml: add readcon PyPI dep CI: - All build workflows: bump setup-pixi v0.8.10 -> v0.9.4 - All build workflows: add cbindgen install step for readcon-core - ci_docs.yml: bump pixi action Docs: - New design doc: docs/source/devdocs/design/client/confile.md - Towncrier fragments for readcon client, fileio, and C++ changes
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Because why not.