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
After using the compute_ensemble with cluster. I can see the ensemble.force correctly store all the calculated results and therefore the ensemble.save_bin can save these results into .npy format. However, it seems the flag of ensemble.force_calculated is not set to be True so that the function ensemble.save does not save all the forces.
The text was updated successfully, but these errors were encountered:
Not, it has not.
The problem is that when the cluster is invoked in the calculation, the flags force_computed and stress_computed are not set when the configuration is compiled. Instead, this should have been fixed for the AiiDA ensemble and the generic ASE calculator. So, the problem occurs in the subroutine compute_cluster_batch of the Cluster.py file
From discussion #187
After using the compute_ensemble with cluster. I can see the ensemble.force correctly store all the calculated results and therefore the ensemble.save_bin can save these results into .npy format. However, it seems the flag of ensemble.force_calculated is not set to be True so that the function ensemble.save does not save all the forces.
The text was updated successfully, but these errors were encountered: