Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CYF2000127 authored Aug 12, 2024
1 parent 38d5dec commit 3dc3232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ The output dictionary includes the Atom sets, Bond sets, predicted MolFile, and
```
{
'atom_sets': [
{'atom_number': '0', 'atom_symbol': '[Ph]', 'coords': (0.143, 0.349)},
{'atom_number': '1', 'atom_symbol': 'C', 'coords': (0.286, 0.413)},
{'atom_number': '2', 'atom_symbol': 'C', 'coords': (0.429, 0.349)}, ...
{'atom_number': '0', 'symbol': 'Ph', 'coords': (0.143, 0.349)},
{'atom_number': '1', 'symbol': 'C', 'coords': (0.286, 0.413)},
{'atom_number': '2', 'symbol': 'C', 'coords': (0.429, 0.349)}, ...
],
'bonds_sets': [
{'atom_number': '0', 'bond_type': 'single', 'endpoints': (0, 1)},
Expand Down

0 comments on commit 3dc3232

Please sign in to comment.