Regarding Dynasor_pytools

Hello
I was trying to reproduce the DOS for Al but I got the following errors when running the plot_vacf.py code

ModuleNotFoundError: No module named ‘dynasor_pytools’

I tried to install the module using pip3.8 and also pip3.9 but it showed the following errors
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement dynasor_pytools (from versions: none)
ERROR: No matching distribution found for dynasor_pytools

Could you please tell me how to fix this?

Thank you

If you can specify more precisely which script and where you got it from it would be helpful.

I did a quick search for ‘dynasor_pytools’ in the gitlab repo but ended up empty handed :confused:

I found the script here

This is a pretty old script and I’m not sure the code works. This is probably something which needs to be updated. @erikfransson @esmee ?

Meanwhile I suggest you check out the examples and tutorials in the main repo which should be up to date.

/Fredrik

Could you provide the link of main repo?

Thanks