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
When you create an OptimizationDataset using OptimizationDatasetFactory.create_dataset(), it doesn't inherit the optimization settings specified in GeometricProcedure from the OptimizationDatasetFactory.
Given that there's the option to specify the GeometricProcedure at the factory level, I would expect it to transfer that to the dataset, but I think it doesn't since the BaseDataset and BasicDataset don't have this property.
It won't let me upload the yaml with my full environment, but I'm using QCSubmit 0.54.0, installed today so everything should be up to date. I'm pretty sure the environment's not the problem.
When you create an
OptimizationDataset
usingOptimizationDatasetFactory.create_dataset()
, it doesn't inherit the optimization settings specified inGeometricProcedure
from theOptimizationDatasetFactory
.Given that there's the option to specify the
GeometricProcedure
at the factory level, I would expect it to transfer that to the dataset, but I think it doesn't since theBaseDataset
andBasicDataset
don't have this property.Minimal example:
The user can fix this by manually setting the optimization settings after creating a dataset:
The text was updated successfully, but these errors were encountered: