Skip to content
Discussion options

You must be logged in to vote

close! You want to use the __in operator. So your query becomes...

structures = static_results.filter(
    spacegroup=148,
    formula_reduced__in=["CdRhF6", "CdSnF6"],
).all()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jacksund
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants