示例#1
0
 def setUp(self):
     filepath = os.path.join(test_dir, 'POSCAR')
     poscar = Poscar.from_file(filepath)
     self.struct = poscar.structure
     self.mitmdparam = MITMDVaspInputSet(300, 1200, 10000)