structure#

Created on Thu May 11 16:33:19 2023

@author: villa

Classes

StructureTest([methodName])

Provides methods to test pymatgen Structure objects

class StructureTest(methodName='runTest')[source]#

Bases: TestCase

Provides methods to test pymatgen Structure objects

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

assert_Lattice_equal(lattice1, lattice2)[source]#
assert_Site_equal(site1, site2, decimal=3)[source]#
assert_Structure_equal(structure1, structure2)[source]#