-
replace_with_make_shared.py
Replaces creation ofstd::shared_ptr
-s by usingnew
withstd::make_shared
. The regex was fine-tuned using regex101.com Warning the script is not 100% foolproof and it might replaces some false positives and ignore some false negatives. -
autofy.py
Replaces the type on the left-hand side of astd::make_shared
call withauto
. The regex was fine-tuned using regex101.com -
examine_psi4_conda_env.py
was once inGH/psi4/psi4:psi4/share/psi4/scripts/setenv.py
to test the environment after a conda install. It has some nice snippets for examining shell and libs but was mainly to convince the core devs that conda was sane. That mission was accomplished and script no longer maintained, so removing from main repo.
Files
scripts
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||