We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a25b1 commit 2de051dCopy full SHA for 2de051d
mp_api/client/routes/materials/tasks.py
@@ -54,7 +54,7 @@ def get_trajectory(self, task_id):
54
if not traj_data:
55
raise MPRestError(f"No trajectory data for {task_id} found")
56
57
- return RelaxTrajectory(**traj_data[0]).to_pmg()
+ return RelaxTrajectory(**traj_data[0]).to_pmg().as_dict()
58
59
def search(
60
self,
0 commit comments