pymatgen.analysis.diffusion.aimd.tests.test_pathway module

class ProbabilityDensityTest(methodName='runTest')[source]

Bases: TestCase

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.

test_generate_stable_sites()[source]
test_probability()[source]
test_probability_classmethod()[source]
test_to_chgcar()[source]
class SiteOccupancyTest(methodName='runTest')[source]

Bases: TestCase

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.

test_site_occupancy()[source]
test_site_occupancy_classmethod()[source]