We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1ccbf commit 13bfd2bCopy full SHA for 13bfd2b
src/pymatgen/io/vasp/outputs.py
@@ -3060,8 +3060,10 @@ def piezo_section_start(results, _match):
3060
if not self.lrpa:
3061
search.append(
3062
[
3063
- r"PIEZOELECTRIC TENSOR \(including local field effects\)"+
3064
- r"(?:\s*for\s*field\s*in\s*x,\s*y,\s*z\s*)? \(C/m\^2\)",
+ (
+ r"PIEZOELECTRIC TENSOR \(including local field effects\)"
3065
+ r"(?:\s*for\s*field\s*in\s*x,\s*y,\s*z\s*)? \(C/m\^2\)"
3066
+ ),
3067
None,
3068
piezo_section_start,
3069
]
0 commit comments