Skip to content

Commit

Permalink
updated doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Oct 25, 2023
1 parent 7ba4d01 commit 335ce16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions festim/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class Material:
coeficient (eV)
name (str): the name of the material
Usage (1 species):
Usage:
>>> my_mat = Material(D_0=1.9e-7, E_D=0.2, name="my_mat")
Usage (multispecies):
or if several species:
>>> my_mat = Material(
D_0={"Species_1": 1.9e-7, "Species_2": 2.0e-7},
E_D={"Species_1": 0.2, "Species_2": 0.3},
Expand Down

0 comments on commit 335ce16

Please sign in to comment.