FREEZE_ALL_DIHEDRALS not valid

Hi,

Currently using version 1.9.1 installed via conda, just wanted to check if this is a valid option yet as doesn’t seem to work but it is present in the optking section of the manual on the website.

import psi4
dct = {"FREEZE_ALL_DIHEDRALS": True}
psi4.set_options(dct)
psi4.driver.p4util.exceptions.ValidationError: Error setting options: {'FREEZE_ALL_DIHEDRALS': (True, RuntimeError('\nFatal Error: FREEZE_ALL_DIHEDRALS is not a valid option.\nError occurred in file: /home/conda/feedstock_root/build_artifacts/psi4_1727026476030/work/psi4/src/psi4/liboptions/liboptions.h on line: 55\nThe most recent 5 function calls were:\n\npsi::PsiException::PsiException(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, int)\n'))}

Cheers,
Jay

That option is newer than the latest Psi release and is in fact newer than any Optking release.

@loriab @AlexanderH @Rollin_King