message_box

psi4.driver.message_box(message=None, max_width=80, min_width=30)[source]

put a message string into a box for extra attention

Parameters
  • message (Optional[str]) – message string to be boxed

  • max_width (int) – maximal character width of the box

  • min_width (int) –

Returns

box containing the message as a multiline string

Return type

str