Skip to content

Symmetry number estimations not always accurate #49

@ndharms

Description

@ndharms

Symmetry numbers calculated using RMG's symmetry package tend to result in incorrect estimations of symmetry numbers. Below is an example of ethane which should have a symmetry number of 6. This issue arose when creating PR #48. Some investigation into alternate packages may remedy this.

In [1]: from autotst.species import Conformer                                                                                

In [2]: conf = Conformer("CC")                                                                                               

In [3]: conf.calculate_symmetry_number()                                                                                     
symmetry.py:253 write_input_file INFO Symmetry input file written to ./CC.symm
symmetry.py:219 parse INFO Point group: C1
Out[3]: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions