github-actions[bot] on v1.5.5-sync2022-05-01
github-actions[bot] on master
Scheduled sync of lammps_vscode… 1.5.5 (compare)
dependabot[bot] on npm_and_yarn
ThFriedrich on master
Bump ansi-regex from 3.0.0 to 3… Merge pull request #38 from ThF… (compare)
ThFriedrich on master
Fix addition of linked commands… Merge branch 'master' of https:… (compare)
dependabot[bot] on npm_and_yarn
Bump ansi-regex from 3.0.0 to 3… (compare)
github-actions[bot] on v1.5.4-sync2022-04-01
github-actions[bot] on master
Scheduled sync of lammps_vscode… 1.5.4 (compare)
dependabot[bot] on npm_and_yarn
ThFriedrich on master
Bump plist from 3.0.4 to 3.0.5 … Merge pull request #37 from ThF… (compare)
dependabot[bot] on npm_and_yarn
Bump plist from 3.0.4 to 3.0.5 … (compare)
dependabot[bot] on npm_and_yarn
ThFriedrich on master
Bump minimist from 1.2.5 to 1.2… Merge pull request #36 from ThF… (compare)
read_log_data()
could extract more information from logfiles (number of atoms, groups, whatever...), and propose regex and strategies to make it more flexible ?
I just finished writing Python code to parse Lammps logfiles. It is able to :
This is much of a 'prototype' to validate the algorithm and regexes.
I tried to write something easily portable to JS. It is not very robust though and will require some error handling.
I guess it would be good practice to also write a set of tests based on lammps examples later.