f4enix.input.ww_gvr.ww_parser.write#

f4enix.input.ww_gvr.ww_parser.write(file_path: Path, header: WWHeader, b2_vectors: Vectors, energies: list[list[float]], values: list[list[float]]) None#

Write a WW file from the given information.

Parameters:
  • file_path (Path) – Path to the file to be written.

  • header (WWHeader) – The header information of the WW file.

  • b2_vectors (Vectors) – The block 2 vectors of the WW file.

  • energies (NestedList) – The energies of the WW file.

  • values (NestedList) – The values of the WW file.

Return type:

None