MemSurfer
MemSurfer copied to clipboard
MemSurfer is a software tool to compute bilayer membrane surfaces.
Probably there should never be `double free` C++ errors, regardless of the input data, if the memory handling is safe throughout the library and its dependency stack. Here is a...
Hello, I'm trying to compute a surface for a CG pure POPC membrane. In pseudocode, the procedure I'm following looks like: ``` import MDAnalysis from memsurfer import Membrane u =...
Hi, It seems that I have installed the MemSurfer, but I am getting the below error while importing the memsurfer. A similar issue has been reported previously (https://github.com/LLNL/MemSurfer/issues/3), and I...
Hi, I followed the instructions on the installation of memsurfer, but when I try to import memsurfer I get a ndarray error. I wondering if I could get some help...
There are two places in setup.py that errored out. One is about checking gcc compiler name. Noe parameter is needed in _is_gcc() call. The other is on external library definition....