Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Chronological list of authors
- Mahfuza Humayra Mohona
- Rubén Chaves
2025
- Yu-Yuan (Stuart) Yang
- Yu-Yuan (Stuart) Yang
1 change: 1 addition & 0 deletions doc/source/scripts/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"DATA": "LAMMPS data file",
"INPCRD": "AMBER restart file",
"ITP": "GROMACS portable topology file",
"IMD": "Stream data using the IMDv3 protocol",
"IN": "FHI-aims input file",
"LAMMPS": "a LAMMPS DCD trajectory",
"LAMMPSDUMP": "LAMMPS ascii dump file",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
'✓',
'',
]),
list([
':ref:`IMD <IMD-format>`',
'Stream data using the IMDv3 protocol',
'',
'',
]),
list([
':ref:`IN <IN-format>`',
'FHI-aims input file',
Expand Down Expand Up @@ -211,6 +217,12 @@
'✓',
'✓',
]),
list([
':ref:`TPR <TPR-format>`',
'GROMACS run topology file',
'✓',
'',
]),
list([
':ref:`TRC <TRC-format>`',
'GROMOS11 trajectory file',
Expand Down Expand Up @@ -391,6 +403,14 @@
'✓',
'',
]),
list([
':ref:`IMD <IMD-format>`',
'Stream data using the IMDv3 protocol',
'',
'✓',
'✓',
'',
]),
list([
':ref:`IN <IN-format>`',
'FHI-aims input file',
Expand Down Expand Up @@ -595,7 +615,7 @@
':ref:`TPR <TPR-format>`',
'GROMACS run topology file',
'✓',
'',
'',
'✓',
'',
]),
Expand Down
Loading