Skip to content

Commit

Permalink
cleaning leftover files
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Jan 15, 2022
1 parent 04ac536 commit 55b00d0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosymlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.9.6'
__version__ = '0.9.7'

from cosymlib.molecule import Molecule
from cosymlib.molecule.geometry import Geometry
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion examples/python_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def print_csm(data):
molecules_set._print_electronic_symmetry_measure('C2v', axis=[0, 0, 1], center=[0.0, 0.0, 0.0])


molecules_list = file_io.read_generic_structure_file('pirrol.fchk', read_multiple=True)
molecules_list = file_io.read_generic_structure_file('../old_examples/pirrol.fchk', read_multiple=True)
molecules_set = Cosymlib(molecules_list)
print('\n\n***********{}************'.format('print_info()'))
molecules_set.print_info()
Expand All @@ -98,3 +98,5 @@ def print_csm(data):
molecules_set.print_esym_sym_overlaps('C2v', axis=[0, 0, 1], center=[0.0, 0.0, 0.0])
print('\n\n***********{}************'.format('print_wnfsym_sym_matrices()'))
molecules_set.print_esym_matrices('C2v', axis=[0, 0, 1], center=[0.0, 0.0, 0.0])

molecules_set.print_edensity_measure('C2v', axis=[0, 0, 1], center=[1.0, 0.0, 0.0])
File renamed without changes.

0 comments on commit 55b00d0

Please sign in to comment.