Tobias Kind
Tobias Kind
Solution ``` sudo pip install scipy ``` which leads to ``` Command "/usr/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-p9pAFf/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-1yH0kh-record/install-record.txt --single-version-externally-managed --compile" failed with error...
Because Ubuntu 13 is EOL (endo of life) the obvious solution ``` sudo apt-get install python-scipy ``` leads to ``` Err http://us.archive.ubuntu.com/ubuntu/ saucy/universe python-scipy amd64 0.12.0-2ubuntu1 404 Not Found [IP:...
Another option would be to use Anaconda (python package library) https://www.continuum.io/downloads or this https://conda.anaconda.org/jjhelmus
@meghnashankar Regarding your first problem that is solved with the nohup command. See https://linuxhandbook.com/nohup-command/ Regarding your processor question, I think, any processor is fine, but 64-128 cores are better. Probably...
@husakm Try this older release: 6.5.0 release: [xtb-6.5.0-windows-x86_64.zip](https://github.com/grimme-lab/xtb/releases/download/v6.5.0/xtb-6.5.0-windows-x86_64.zip) (SHA256: 7b01a1d51537fe6a9dd7ed1ff6a21e7ba6b32b8431ea1709ca47095ec1eec70e) It has the missing **libiomp5md.dll** attached. Also use an XYZ file for benzene, just to double check. And see if...
Actually even more prevalent for nitrogen, which is used for Orbitraps as collision gas, but I think that is already covered. **Reaction of arylium ions with the collision gas N2...
I know for sure that many semiempirical approaches (MNDO, AM1, PM6, RM1) model this behavior. Not sure about DFT, but its also observed experimentally, just people sweep this under the...
@jbarrozom all input files plz.
Thanks. I tried different settings, but I did not see that the options were actually used, the meson/ninja logs only had -static and -O2 which I wanted to override. the...
I have a dedicated build machine, a full compile takes like 1:30 min, so as long as its under 1h I actually don't mind longer compile times. But 1.5 min...