njzjz/deepmd-kit

add model files for globalpolar and WFC

Closed this issue · 0 comments

dp = DeepPotential(self.work_dir / "deep_globalpolar.pb")
self.assertIsInstance(
dp, DeepGlobalPolar, msg.format(DeepGlobalPolar, type(dp))

Line: 65

dp = DeepPotential(self.work_dir / "deep_pot.pb")
self.assertIsInstance(dp, DeepPot, msg.format(DeepPot, type(dp)))
# TODO add model files for globalpolar and WFC
# dp = DeepPotential(self.work_dir / "deep_globalpolar.pb")
# self.assertIsInstance(
# dp, DeepGlobalPolar, msg.format(DeepGlobalPolar, type(dp))
# )
# dp = DeepPotential(self.work_dir / "deep_wfc.pb")
# self.assertIsInstance(dp, DeepWFC, msg.format(DeepWFC, type(dp)))