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 9ff725d commit b28b4c2Copy full SHA for b28b4c2
src/pymatgen/io/cp2k/sets.py
@@ -371,7 +371,7 @@ def __init__(
371
def get_basis_and_potential(
372
structure: Structure,
373
basis_and_potential: dict[str, dict[str, Any]],
374
- cp2k_data_dir: str | Path | None = None,
+ cp2k_data_dir: str | None = None,
375
) -> dict[str, dict[str, Any]]:
376
"""Get a dictionary of basis and potential info for constructing the input file.
377
0 commit comments