matheger

Results 4 issues of matheger

## Problem Description Choosing a Python 3.10.0 environment in "Preferences" -> "Python interpreter" pops up an error saying, "Invalid file path: _(path to python.exe)_". Looks the exact same as #15359....

type:Bug
component:Preferences

The markdown templates in the projects folder mention syntax highlighting, but no scss styles are provided for it. I got it to work by following [this post](https://yaitloutou.github.io/blog/2017/01/22/jekyll-code-highlighting/) and including the...

When running multiple crest ensemble calculations on the same molecule, each run essentially starts from zero, with no biasing in the metadynamics. Would it make sense to have the option...

Using `pyan3==1.1.1`. test1.py: ```python myfunc() ``` test2.py: ```python def myfunc(): ... ``` results in the following call graph: ![fff](https://user-images.githubusercontent.com/34485360/212500673-58eb94bf-a3e5-4fe4-b55c-890c5286e21b.png) Which is, of course, catastrophically wrong, because test1 does _not_ use...