Loading...
Searching...
No Matches
Parameters::ase_nwchem_options_t Struct Reference

#include <Parameters.h>

Public Attributes

std::string path
std::string nproc {"1"}
std::string mpi_launcher {"mpirun"}
std::string multiplicity
double scf_thresh {1e-5}
long scf_maxiter {200}

Detailed Description

Definition at line 364 of file Parameters.h.

Member Data Documentation

◆ mpi_launcher

Definition at line 368 of file Parameters.h.

368{"mpirun"};

◆ multiplicity

◆ nproc

Definition at line 366 of file Parameters.h.

366{"1"};

◆ path

Definition at line 365 of file Parameters.h.

◆ scf_maxiter

Definition at line 371 of file Parameters.h.

371{200};

◆ scf_thresh

Definition at line 370 of file Parameters.h.

370{1e-5};

The documentation for this struct was generated from the following file: