Skip to content

Commit b280419

Browse files
authored
Add IMD short description (#429)
1 parent 6939953 commit b280419

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

doc/source/AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Chronological list of authors
4545
- Mahfuza Humayra Mohona
4646
- Rubén Chaves
4747
2025
48-
- Yu-Yuan (Stuart) Yang
48+
- Yu-Yuan (Stuart) Yang

doc/source/scripts/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"DATA": "LAMMPS data file",
1919
"INPCRD": "AMBER restart file",
2020
"ITP": "GROMACS portable topology file",
21+
"IMD": "Stream data using the IMDv3 protocol",
2122
"IN": "FHI-aims input file",
2223
"LAMMPS": "a LAMMPS DCD trajectory",
2324
"LAMMPSDUMP": "LAMMPS ascii dump file",

doc/source/scripts/tests/snapshot/__snapshots__/test_gen_format_overview_classes.ambr

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@
9797
'✓',
9898
'',
9999
]),
100+
list([
101+
':ref:`IMD <IMD-format>`',
102+
'Stream data using the IMDv3 protocol',
103+
'',
104+
'',
105+
]),
100106
list([
101107
':ref:`IN <IN-format>`',
102108
'FHI-aims input file',
@@ -211,6 +217,12 @@
211217
'✓',
212218
'✓',
213219
]),
220+
list([
221+
':ref:`TPR <TPR-format>`',
222+
'GROMACS run topology file',
223+
'✓',
224+
'',
225+
]),
214226
list([
215227
':ref:`TRC <TRC-format>`',
216228
'GROMOS11 trajectory file',
@@ -391,6 +403,14 @@
391403
'✓',
392404
'',
393405
]),
406+
list([
407+
':ref:`IMD <IMD-format>`',
408+
'Stream data using the IMDv3 protocol',
409+
'',
410+
'✓',
411+
'✓',
412+
'',
413+
]),
394414
list([
395415
':ref:`IN <IN-format>`',
396416
'FHI-aims input file',
@@ -595,7 +615,7 @@
595615
':ref:`TPR <TPR-format>`',
596616
'GROMACS run topology file',
597617
'✓',
598-
'',
618+
'',
599619
'✓',
600620
'',
601621
]),

0 commit comments

Comments
 (0)