Skip to content

Commit

Permalink
feat: more roboust parsing, better errors and docs
Browse files Browse the repository at this point in the history
No longer avoiding reading the minimization log as it causes errors when
parsing log files without them.

Now the minimization log data, if present, can be obtained with
run_number set to 0 (default) and the useful logs starts with run_number
set to 1 and beyond.
  • Loading branch information
GeordyJ committed Aug 7, 2024
1 parent f1b601d commit 4cd4025
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 97 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
/test

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
128 changes: 69 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "log_lammps_reader"
version = "0.1.5"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit 4cd4025

Please sign in to comment.