Skip to content

Commit

Permalink
Update atomistics example
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Jan 17, 2024
1 parent 51ec284 commit 7deadfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ Defining all the individuals that map to a (hypothetical) code base is quite ver

## Reasoning on existing `pyiron_atomistics` data

`pyiron_ontology` also comes with an ontology defined for (a small sub-set of) `pyiron_atomistics`.
`pyiron_ontology` also comes with an ontology defined for (a small sub-set of) `pyiron_atomistics` (an optional dependency).

For example, if you have `Murnaghan` jobs in your pyiron project, the snippet below will return a nice little dataframe of results:

```python
>>> import pyiron_ontology as po
Expand All @@ -342,5 +344,3 @@ Defining all the individuals that map to a (hypothetical) code base is quite ver
Index(['Chemical Formula', 'atomistics.BulkModulus', 'unit', 'Engine'], dtype='object')

```

If you have `Murnaghan` jobs in your project, this will return a nice little dataframe.

0 comments on commit 7deadfb

Please sign in to comment.