Skip to content

Added support for parsing MD calculations#1256

Open
tsthakur wants to merge 1 commit intoaiidateam:mainfrom
tsthakur:new/md-parse
Open

Added support for parsing MD calculations#1256
tsthakur wants to merge 1 commit intoaiidateam:mainfrom
tsthakur:new/md-parse

Conversation

@tsthakur
Copy link
Copy Markdown
Collaborator

  • Added MD-specific parsing logic using "Entering Dynamics:" keyword
  • Implemented velocity calculation from positions using velocity-Verlet algorithm used by Quantum ESPRESSO
  • Supports both force-based and simple velocity calculations
  • Now handles incomplete stdout for MD calculations allowing structure extraction from a trajectory in cases where restarting from wavefunction is not possible
  • Added MD parameters extraction (dt, iprint) to trajectory metadata
  • Added proper unit conversions for velocities and simulation time
  • Now marks problematic trajectories with 'never_concatenate' attribute to avoid issues when combining multiple MD runs
  • Backward compatibility is still preserved for non-MD calculations
  • Added suggestions for future improvements in comments to preserve compatibility with non-MD use-cases

- Added MD-specific parsing logic using "Entering Dynamics:" keyword
- Implemented velocity calculation from positions using velocity-Verlet algorithm used by Quantum ESPRESSO
- Supports both force-based and simple velocity calculations
- Now handles incomplete stdout for MD calculations allowing structure extraction from a trajectory in cases where restarting from wavefunction is not possible
- Added MD parameters extraction (dt, iprint) to trajectory metadata
- Added proper unit conversions for velocities and simulation time
- Now marks problematic trajectories with 'never_concatenate' attribute to avoid issues when combining multiple MD runs
- Backward compatibility is still preserved for non-MD calculations
- Added suggestions for future improvements in comments to preserve compatibility with non-MD use-cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant