You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with an optimization dataset, where my intention is to utilize all the intermediate information (not just the final configuration/energy). Downloading the trajectory for a given record appears to be very slow. Pretty much the speed of using "get" rather than "iterate" (which makes sense, because it looks like just using get when these are requested). The caching works well for later retrieval...is there currently a way to have these automatically fetched when iterating over records?
The text was updated successfully, but these errors were encountered:
I'm working with an optimization dataset, where my intention is to utilize all the intermediate information (not just the final configuration/energy). Downloading the trajectory for a given record appears to be very slow. Pretty much the speed of using "get" rather than "iterate" (which makes sense, because it looks like just using get when these are requested). The caching works well for later retrieval...is there currently a way to have these automatically fetched when iterating over records?
The text was updated successfully, but these errors were encountered: