Skip to content

Commit

Permalink
Chemsys added to electrodes (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Dec 23, 2021
1 parent a286586 commit e32114e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mp_api/routes/electrodes/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ElectrodeFormulaQuery,
WorkingIonQuery,
)
from mp_api.routes.materials.query_operators import ElementsQuery
from mp_api.routes.materials.query_operators import ElementsQuery, ChemsysQuery


def insertion_electrodes_resource(insertion_electrodes_store):
Expand All @@ -16,6 +16,7 @@ def insertion_electrodes_resource(insertion_electrodes_store):
InsertionElectrodeDoc,
query_operators=[
ElectrodeFormulaQuery(),
ChemsysQuery(),
WorkingIonQuery(),
ElementsQuery(),
NumericQuery(model=InsertionElectrodeDoc),
Expand Down

0 comments on commit e32114e

Please sign in to comment.