Alan Silva

Results 109 comments of Alan Silva

Great @duarte-pompeu! Heavens, it was a simple issue. And, why not add 3.11 as well? We can close this issue IMO.

Where do you add `DIHEdral cxY cxY cxY cxY`? And what `cxY` mean in your context?

Hi, thanks for using ACPYPE and for your report. About 1), can you please see #22. It's a similar issue which was addressed recently so you see it in the...

Hi, yes, it's our Docker, but we didn't advertise it yet because it not fully functional. For using as "amber2gmx", just the acpype.py file should do the trick. And yes,...

Yes, this is the bit of code that does is, I looked there as well and originally I applied our heuristic rules, besides, historically, [Amber](http://ambermd.org/Questions/units.html) always used Angstroms (0.1 nm)...

Thanks @riquri, I came across issues related to this module a week ago and I'm glad you gave me a excellent report. Right now what I need are the input...

@Andrew-Chen-Wang And, what is the correct answer? ```bash gunicorn main:app --reload -w 2 -k uvicorn.workers.UvicornWorker ``` still does not work for me. Simply using `uvicorn` is not the answer I'm...

I've seen it, but it actually is doing nothing. ```gunicorn main:app --reload -k uvicorn.workers.UvicornWorker``` However, if I add `inotify`: ``` gunicorn main:app --reload --reload-engine inotify -k uvicorn.workers.UvicornWorker [2021-03-17 10:43:49 +0100]...

So I tested on Linux (Ubuntu 18.04) as well, failed. My whole setup (you need Python 3.7 or higher): ```bash mkdir fastapi cd fastapi ``` create file `main.py` ```python from...