vde_metadynamics icon indicating copy to clipboard operation
vde_metadynamics copied to clipboard

Enhanced protein mutational sampling using time-lagged variational autoencoders

Results 3 vde_metadynamics issues
Sort by recently updated
recently updated
newest added

Hi, there is an error "TypeError: 'float' object is not iterable" in line 50 `bias =','.join(map(str,lp.bias[i].data.tolist()))` of vde_metadynamics/vde_metadynamics/render_network.py when I run the ala_res.ipynb of vde_metadynamics/examples/alanine. When I print out the...

L121 makes it so that `index` is never 0 --- This change is [](https://reviewable.io/reviews/msultan/vde_metadynamics/2)

Hi, So I am trying to plot my distance on the top of a tICA model I used the following code `# lets visualize the data, and the dominant tICA...