SAMSON Forum
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • SAMSON Connect
    • Get SAMSON
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • P

      Gromacs Wizard Protein-Ligand MD preparation error
      SAMSON Extensions • • Patricio

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • P

      Installing Samson on a HPC cluster
      Getting started • • Pedro 2

      4
      0
      Votes
      4
      Posts
      40
      Views

      DmitriyMarin

      The groups on the SAMSON Connect website are mainly for collaboration purposes (see: User Guide: Collaboration), but they can be extended to manage licenses.

    • F

      Downloading older versions of SAMSON
      SAMSON • • Ferdinando

      4
      0
      Votes
      4
      Posts
      3101
      Views

      DmitriyMarin

      Dear @Ricardo-2 ,

      Due to policy updates, we no longer support older versions of SAMSON and have removed them from access.
      Could you please tell us which features are missing for you in the latest SAMSON and which version of SAMSON you want to install?

    • M

      Gromacs wizard update
      SAMSON Extensions • • Michael 1

      3
      0
      Votes
      3
      Posts
      41
      Views

      DmitriyMarin

      Dear Michael,
      I fixed the issue in the GROMACS importers (trajectories, .gro) on macOS that was causing the options to be disabled and was also affecting the GROMACS Wizard. Could you please check whether the GROMACS Wizard and loading of GROMACS trajectories now work for you?

    • J

      Trying to run a python script to compare Gpa1 structures
      Community • • John 4

      3
      0
      Votes
      3
      Posts
      174
      Views

      DmitriyMarin

      Hi @John-4 ,

      In the first Python script you showed, the LLM you used (did you use Gemini or SAMSON's AI Assistant?) hallucinated and used some non-existent libraries, classes, and functions in SAMSON, which resulted in errors.

    • T

      Installing SAMSON in a non-default location
      Getting started • • Tom 1

      3
      0
      Votes
      3
      Posts
      344
      Views

      T

      Ok, got it. SAMSON is a high priority application, so on C: it goes.

    • D

      problem of exporting the atomic model of DNA to PDB
      SAMSON • • Dominic

      3
      0
      Votes
      3
      Posts
      259
      Views

      DmitriyMarin

      Dear @Dominic ,

      We've just updated the Adenita extension: it now sets the nucleotide names as expected by PDB - DA, DC, DG, DT. Now, it should be suitable for export in the PDB format.

    • N

      Manually Add Hydrogen Bonds
      Feature requests • • Nicolo 0

      7
      0
      Votes
      7
      Posts
      1183
      Views

      DmitriyMarin

      Hi @Nicolo-0 ,
      No, currently, there is no option to specify that H-bonds in an H-bond group (which is part of a structural model) should be displayed between hydrogens and acceptors - they are drawn between donors and acceptors, since hydrogens might be implicit. However, we can add such an option in the next major release of SAMSON.
      But if you want it just for the sake of visualization, then you can try setting hydrogens as donors programatically (via Python). Note that this should be done without calling update() since this will recompute the bonds.

    • E

      Python bindings for my custom model
      Modeling • • Elisa

      58
      1
      Votes
      58
      Posts
      62766
      Views

      DmitriyMarin

      To update the topic and for information:
      If you are looking for instructions on how to create Python bindings for your SAMSON Extension, please refer to the Developer Guide: Creation of Python Bindings for SAMSON Extensions.

    • T

      Tutorials on modeling and simulation diamond NEMS
      SAMSON • • Tom 1

      2
      1
      Votes
      2
      Posts
      400
      Views

      DmitriyMarin

      Great video, Tom! Thanks for posting it!

    • T

      Coloring atoms by velocity from LAMMPS data
      Share Python scripts • • Tom 1

      2
      1
      Votes
      2
      Posts
      797
      Views

      DmitriyMarin

      Thanks for sharing, Tom!

    • L

      Troubleshooting a GROMACS termination following “Generating 1-4 interactions: fudge = 1”
      SAMSON • • LW

      2
      0
      Votes
      2
      Posts
      480
      Views

      DmitriyMarin

      Hi,

      Did you perform other steps (preparation, minimization, equilibration) in GROMACS Wizard before running the production MD (see GROMACS Wizard tutorials)? If not, you might want to try to run them starting from the preparation step.

      Could you share the input (all the input files for the step) and resulting files (the corresponding folder into which GROMACS Wizard saved the resulting files, named with a time stamp, e.g. "2024-10-23_09h55m26s-simulate-error") with us so we can try to reproduce the issue and see is the problem?

    • S

      problem of starting under openSUSE
      Getting started • • Shuguang

      5
      0
      Votes
      5
      Posts
      883
      Views

      DmitriyMarin

      You don't need to upgrade your whole system; you can try to update it via the above-given commands which will update the packages installed on your system. And if glibc 2.33 is not available with the update you can try to install it from OpenSUSE Tumbleweed.

    • L

      SAMSON cannot reach samson-connect under VPN
      SAMSON • • Luis

      12
      0
      Votes
      12
      Posts
      1841
      Views

      A

      thank you

    • L

      Load and visualize a xyz trajectory frame by frame
      SAMSON • • Luis

      13
      0
      Votes
      13
      Posts
      3409
      Views

      DmitriyMarin

      Dear @Luis ,

      Great! Thanks for checking and for reporting the issue in the first place!

    • D

      Trace on Ubuntu 24.04
      Getting started • • Dmitrii 0

      6
      0
      Votes
      6
      Posts
      1031
      Views

      DmitriyMarin

      Possibly, it is not supported with Cycles kernels (from Blender's Cycles) that we ship. We will try to see what we can do here. Or, maybe, the Cycles kernels we ship are not compatible with the CUDA version installed on your OS.

    • S

      HOW TO GET THE UFF FORCE FIELD PARAMETER LIKE (PAIR COEFFECIENT, DIHEDRAL, IMPROPER COEEFECIENT )
      Simulation • • SHANLY

      2
      0
      Votes
      2
      Posts
      946
      Views

      DmitriyMarin

      Dear @SHANLY ,

      You can find the description of the UFF and IM-UFF used in SAMSON in the following papers:
      UFF: https://doi.org/10.1002/jcc.24309
      IM-UFF: https://doi.org/10.1016/j.jmgm.2017.08.023

      And you can find information on how to perform simulations in SAMSON using the integrated force fields in the User Guide: Modeling and Simulation.

      Could you please tell us more about what you would like to achieve?

    • G

      Samson opens .sam files, but I can't see the content
      Getting started • • Grigorii

      3
      0
      Votes
      3
      Posts
      935
      Views

      DmitriyMarin

      Dear @Grigorii ,

      Yes, currently, Adenita does not serialize/save its visual model when saving into a file. You need to reset it via Adenita.

    • J

      Using IM-UFF
      SAMSON • • Joseph 1

      4
      1
      Votes
      4
      Posts
      836
      Views

      DmitriyMarin

      Currently, there is no public extension in SAMSON that can launch/use LAMMPS. But you can export your system into a LAMMPS Data format and load LAMMPS files (data and trajectories) back in SAMSON.

      We plan on adding the support for periodic boundary conditions in one of the future releases of SAMSON. For some systems, you can simulate without PBC or by freezing the boundary atoms to fix them.

      You can also combine simulations in SAMSON with e.g. ASE package using Python, see Python scripting: Combining SAMSON simulation with ASE calculators

    • D

      Change installation path in windows
      Feature requests • • David Adrian

      2
      0
      Votes
      2
      Posts
      584
      Views

      DmitriyMarin

      Dear @David-Adrian ,

      Thank you for your feedback! We will consider this for future releases. Where would you like to install it, e.g. on another drive or a USB-stick?