Skip to content

Commit d103a0e

Browse files
authored
PICMI: Fix docstring in HybridPICSolver class (#6137)
1 parent 350b568 commit d103a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pywarpx/picmi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ class HybridPICSolver(picmistandard.base._ClassWithInit):
18551855
n0: float
18561856
Reference plasma density in m^-3.
18571857
1858-
gamma: float, default=3/2
1858+
gamma: float, default=5/3
18591859
Exponent in calculation of electron pressure.
18601860
18611861
n_floor: float, optional

0 commit comments

Comments
 (0)