We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to query deformation information to exclude those with large deformation from my training set.
In the report folder, successful entries have the atomic_deformation_cost data. But casm query cannot print them out?
casm query -k 'comp(a),atomic_deformation_cost' -c CALCULATED Print: - comp(a),atomic_deformation_cost ERROR: CRITICAL ERROR: Invalid format flag "atomic_deformation_cost" specified. Did you mean "atomic_deformation"? casm query -k 'comp(a),atomic_deformation' -c CALCULATED Print: - comp(a),atomic_deformation # name selected comp(a) atomic_deformation SCEL1_1_1_1_0_0_0/0 1 0.33333333 unknown SCEL1_1_1_1_0_0_0/1 1 0.66666667 unknown SCEL1_1_1_1_0_0_0/2 1 1.00000000 unknown SCEL1_1_1_1_0_0_0/3 1 0.66666667 unknown SCEL1_1_1_1_0_0_0/4 1 0.66666667 unknown SCEL1_1_1_1_0_0_0/5 1 0.33333333 unknown ......
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to query deformation information to exclude those with large deformation from my training set.
In the report folder, successful entries have the atomic_deformation_cost data. But casm query cannot print them out?
The text was updated successfully, but these errors were encountered: