MemSurfer icon indicating copy to clipboard operation
MemSurfer copied to clipboard

MemSurfer is a software tool to compute bilayer membrane surfaces.

Results 15 MemSurfer issues
Sort by recently updated
recently updated
newest added

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...

bug
invalid

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 =...

invalid

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...

installation

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...

installation

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....