Uninstalling - leahghartman/GaussBean GitHub Wiki
To uninstall GaussBean, you can remove the conda/mamba environment using the command below:
conda remove --name gaussbean --all
Remove all folders and files relating to the GaussBean environment (which you cloned from this repository) and finally, if you installed GaussBean across your entire system rather than just inside the "gaussbean" environment, run
pip uninstall gaussbean