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

      Solved academic elements
      Getting started • • sudhir

      2
      0
      Votes
      2
      Posts
      2568
      Views

      Stephane

      Sorry about the delay. Your academic email ID has been confirmed and you now have access to academic elements.

    • A

      Gromacs Fatal crash
      SAMSON Extensions • • Arnaud

      2
      0
      Votes
      2
      Posts
      2568
      Views

      Stephane

      Hi Arnaud, thanks for your interest in SAMSON and sorry about this crash. We are not able to reproduce it here. Could you please try to remove the GROMACS element and add it again as follows:

      Sign in on SAMSON Connect, you will arrive in My SAMSON / My Elements On the SAMSON Element called "GROMACS interaction models", you should see an "Installed" button. When you hover the mouse over it, the button turns to "Remove". Click on it. Restart SAMSON, this will uninstall the GROMACS element. Quit SAMSON. On SAMSON Connect, the button mentioned above should turn to "Add again" (this might take a minute). Click on it. It should turn to "Pending". Restart SAMSON, this will install the GROMACS element.

      Please let me know if this helps. Academic accounts are the ones with academic email addresses. Is it possible for you to sign up with one?

    • M

      No Button to Launch Python Script console
      Apps • • Max

      2
      0
      Votes
      2
      Posts
      2334
      Views

      DmitriyMarin

      Hi @Max
      For the Python Scripting, it is necessary to specify in the OS environment variables the path to the Python executable.
      If you are using Windows and Python installed by Anaconda, then you will need to append to the Path environment variable the paths to your installation of Anaconda, like that (depends on where Anaconda is installed): C:\Anaconda3;C:\Anaconda3\Scripts;
      On Windows, it might be necessary to restart your system after that. All the rest should be detected automatically during the launch of SAMSON.

      Also, to be able to use Python Scripting in SAMSON you will need the next Python packages installed: jupyter, qtconsole, numpy. These packages should be installed automatically if you installed Python using the Anaconda installer. You can verify your installation (https://docs.anaconda.com/anaconda/install/verify-install) and check whether the necessary packages were installed. If they are not installed (which is the case for installation using the Miniconda installer), you can install them via:
      conda install jupyter qtconsole numpy

      You can check the installation instructions for Python Scripting here: https://documentation.samson-connect.net/scripting-guide/python-script-installation/

      Please, let us know if you still experience problems.

    • C

      SAMSON serial key ?
      Getting started • • cheng

      2
      0
      Votes
      2
      Posts
      3375
      Views

      Stephane

      Hello, you get a key in two ways:

      you don't create an account, and you use the one indicated on https://www.samson-connect.net: try@samson-connect.net and 38540-DEBE1-44187-A67B7-08471 you create an account, and you use your email address and the key you receive at that email address when you download the installer.

      You can also have the key sent to you in the My SAMSON / Account page on SAMSON Connect:
      0_1530614694842_47a485ff-97ee-4db0-8ad3-044b51b2ce42-image.png

      SAMSON and many SAMSON Elements are free, yes. Note that you need to create an account if you want to choose which SAMSON Elements you add to your SAMSON.

      Hope this helps,

      Stephane

    • A

      hemispherical capping of nano tube
      Share SAMSON documents • • Ankur

      2
      0
      Votes
      2
      Posts
      3994
      Views

      Admin

      Hello, here is a capped nanotube for SAMSON 0.7.0.

      Hope this helps.

      Stephane

      0_1528279139422_Capped nanotube.png

      0_1528279059922_Capped nanotube.sam

    • K

      In-code camera duplication
      Apps • • Karsten

      2
      0
      Votes
      2
      Posts
      2376
      Views

      DmitriyMarin

      Hi @Karsten ,

      For every node, you create you need to invoke create function, and then if you want it to appear in the DataGraph this node needs to be added to a parent node:

      auto camcopy = SAMSON::getActiveCamera()->clone(); // clone the camera camcopy->create(); // create the node document->addChild(camcopy); // add the created camera into the active document /* ... some modifications of the camcopy */ SAMSON::getActiveDocument()->setActiveCamera(camcopy); // set the active camera
    • K

      return boolean value for getPosition and setPosition
      Feature requests • • Khoa

      2
      0
      Votes
      2
      Posts
      2545
      Views

      Stephane

      Good idea, it will be in 0.8.

    • K

      Crashes with SBParticleSystem
      Simulation • • Khoa

      2
      0
      Votes
      2
      Posts
      2573
      Views

      Admin

      Hi Khoa, yes, it's always better to create nodes on the heap instead of the stack (i.e. with new). Therefore, you should use a SAMSON pointer (SBPointer) to hold it and destroy the node automatically when the variable gets out of scope.

    • P

      Unavailable Pepsi-SAXS element for SAMSON 0.7 under Windows.
      SAMSON Extensions • • Patrice

      2
      0
      Votes
      2
      Posts
      2932
      Views

      S

      Dear Patrice, yes, it is planned in a very near future, I didn't have time for the update yet...
      Regards,
      Sergei

    • P

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

      2
      0
      Votes
      2
      Posts
      12
      Views

      M

      Hi Pedro,

      Have you explored the Groups option, which seems to allow creation of user groups, when logged in online (see just beneath Profile when signed in).

      www.samson-connect.net/user/groups

      /Michael

    • T

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

      2
      1
      Votes
      2
      Posts
      384
      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
      787
      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
      472
      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

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

      2
      0
      Votes
      2
      Posts
      940
      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?

    • D

      Change installation path in windows
      Feature requests • • David Adrian

      2
      0
      Votes
      2
      Posts
      567
      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?

    • K

      How to hide property windows of an interaction model
      Simulation • • Khoa

      2
      0
      Votes
      2
      Posts
      2490
      Views

      Stephane

      No, sorry, not at the moment.

    • R

      Normal Mode Analysis -- How to Select Both Receptor and Ligands?
      SAMSON Extensions • normal mode receptor+ligand • • Rudy

      2
      0
      Votes
      2
      Posts
      570
      Views

      Stephane

      Dear Rudy, sorry for the delay. You can simply merge the ligand structure into the receptor structure. Precisely, in the document view, drag the ligand node and drop it onto the receptor node (more generally, you can drag and drop nodes around to reorganize your entries).

      Then, when you select the receptor and compute the normal modes, the ligand will be taken into account.

    • P

      New version does not open
      Getting started • • Pedro 1

      2
      0
      Votes
      2
      Posts
      503
      Views

      Admin

      Hi Pedro,

      We're sorry about the issue.

      Could you please try to delete the following folders:

      (IMPORTANT: make sure you don't have e.g. personal SAMSON documents in these folders that you might want to preserve.)

      C:/Users/[USERNAME]/AppData/Local/OneAngstrom/
      C:/Users/[USERNAME]/OneAngstrom/
      C:/Users/[USERNAME]/Documents/OneAngstrom/

      and try to reinstall SAMSON to see what happens?

      Maybe there is a need to specify in your Windows settings that SAMSON should use specifically the NVIDIA GPU ? Please let us know.

    • F

      Double bonds showing as thick bonds (not double)
      Getting started • • Filipe

      2
      0
      Votes
      2
      Posts
      435
      Views

      Admin

      Dear @Filipe

      Normally it should be rendering double bonds by default, but you can change this setting in Preferences > Rendering > Structural models - check the Render multiple bonds option:
      5d539e47-b05e-4872-8cc1-d1d36cb34dc5-image.png

      As for the PBT format, currently, SAMSON does not have the PBT format exporter, but you can export in OBJ or glTF formats for use in Blender.

      Best,
      The SAMSON Team

    • T

      Python support for GAMESS project
      Share Python scripts • • Tom 1

      2
      2
      Votes
      2
      Posts
      1470
      Views

      OneAngstrom

      Great contribution!