Skip to content

Commit

Permalink
Merge pull request #122 from pyscal/add_more_operations
Browse files Browse the repository at this point in the history
Add more operations
  • Loading branch information
srmnitc authored Jun 3, 2024
2 parents 1d25e6d + e495576 commit 49a55e4
Show file tree
Hide file tree
Showing 8 changed files with 1,827 additions and 1,432 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.9
current_version = 0.8.10
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ url: 'https://atomrdf.pyscal.org'
license: "MIT"
repository-code: https://github.com/pyscal/atomRDF
type: software
version: 0.8.9
version: 0.8.10
10 changes: 9 additions & 1 deletion atomrdf/network/ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@
- Add math operations, see sample.py for the complete list of items - at the moment, 4 cardinal operations,
but maybe more will be needed.
- StructureOperation: StructureRotation and associated vectors, see structure.py
- StructureOperation:
- RotationOperation and associated vectors, see structure.py
- TranslationOperation - no triples yet, see structure.py
- PROV activities
- DeleteAtom - to create vacancy - Now Just added as label to PROV activities
- AddAtom - to create impurity
- SubstituteAtom - to create impurity
"""

import os
from atomrdf.network.network import OntologyNetwork

Expand Down
287 changes: 182 additions & 105 deletions atomrdf/structure.py

Large diffs are not rendered by default.

2,742 changes: 1,438 additions & 1,304 deletions examples/03_point_defects.ipynb

Large diffs are not rendered by default.

110 changes: 106 additions & 4 deletions examples/04_substitution.ipynb

Large diffs are not rendered by default.

104 changes: 89 additions & 15 deletions examples/05_interstitials.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='atomrdf',
version='0.8.9',
version='0.8.10',
author='Abril Azocar Guzman, Sarath Menon',
author_email='[email protected]',
description='Ontology based structural manipulation and quering',
Expand Down

0 comments on commit 49a55e4

Please sign in to comment.