You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The package offers:
25
25
26
26
**Fast RMSD evaluation* including symmetry handling, canonicalization, and optimal superposition
27
27
**Structure grouping and pruning* based on distance thresholds or iRMSD criteria
28
-
**Flexible Molecule class* with XYZ/extXYZ parsing and ASE interoperability
28
+
**Flexible Molecule class* with XYZ/extXYZ parsing and ASE/RDKit interoperability
29
29
**Low- and high-level APIs* that expose direct Fortran wrappers as well as convenient Python abstractions
30
30
**Extendable infrastructure* for future shape metrics and ensemble workflows
31
31
@@ -402,12 +402,12 @@ options:
402
402
Optional output file for sorted / clustered results.
403
403
```
404
404
405
-
For more information refer to the docs.
405
+
For more information refer to the docs (pprcht.github.io/irmsd/)[https://pprcht.github.io/irmsd/].
406
406
407
407
<br>
408
408
409
409
### Python Script Usage
410
-
A list of the provided functions and types can be found in the docs. A simple function could look like this:
410
+
A list of the provided functions and types can be found in the docs (pprcht.github.io/irmsd/generated/irmsd.html#module-irmsd)[https://pprcht.github.io/irmsd/generated/irmsd.html#module-irmsd]. A simple function could look like this:
411
411
```python
412
412
from irmsd import read_structures, sorter_irmsd_molecule
0 commit comments