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
    • Ivan

      Open PDB protein model
      SAMSON • • Ivan

      5
      0
      Votes
      5
      Posts
      5116
      Views

      Ivan

      Thank you, Dmitriy. I will try later. I just tried to open pdb file in Windows, and in status bar got the message, that it "can''t open" my file. I will try to put the log here a bit later.

    • E

      Publishing an element questions (license + co-development)
      Apps • • Elisa

      5
      0
      Votes
      5
      Posts
      4609
      Views

      E

      Dear all,

      Thanks for the answers. it was very helpful, we would probably then choose BSD-3 to make sure we stay compatible with SAMSON.

      Best regards,

      Elisa

    • S

      autodock problem
      SAMSON Extensions • • sudhir 0

      4
      0
      Votes
      4
      Posts
      5436
      Views

      S

      Thanks a lot. Now it is working in the advanced element of AutoDock (normal one I did not check)
      Thank you

    • A

      Lennard Jones simulator, epsilon value
      Feature requests • • Andrea

      4
      0
      Votes
      4
      Posts
      3979
      Views

      DmitriyMarin

      Dear @Andrea ,

      We have updated the Lennard-Jones Interaction Model SAMSON Element, now you can set the smaller epsilon parameter. The SAMSON Element should be updated automatically once you launch SAMSON with an Internet connection.

    • C

      Statistic on current selection
      Feature requests • • Cyril

      4
      0
      Votes
      4
      Posts
      4451
      Views

      C

      It works great ! Thanks a lot !

    • A

      SAMSON SDK doesn't see any elements
      Getting started • • Andrii

      4
      0
      Votes
      4
      Posts
      4058
      Views

      A

      Thanks, SAMSON SDK 7 works properly, but v6 still not (I've checked all requirements and followed installation steps from the instruction). Still, I've got working version of SDK, so thank you again)

    • E

      Receiving signal when creating new Document
      Apps • • Elisa

      4
      0
      Votes
      4
      Posts
      3897
      Views

      E

      Thank you both, I will use the timer as a workaround for now.

      Seems 0.8.0 is going to have a lot of interesting changes :)

    • A

      Usage of existing elements created by someone else
      Simulation • • Andrii

      4
      1
      Votes
      4
      Posts
      4113
      Views

      DmitriyMarin

      @Andrii It can be done from the code. For now, we do not have docs/help web-pages for each of the SAMSON Elements, but it is in our plans to have them generated automatically for the exposed functionality.

      To get UUID and the class name of an Element from which you want to use functionality, you can open the Log (Edit menu -> Show log), then you can search for the Element and check its UUID and the class name:
      0_1541585623122_LogViewer-CheckUUIDAndNameOfSAMSONElement.png

      Now, in your code, you can do the following to print the exposed functionality of the Element:

      // Create a class proxy SBProxy* classProxy = SAMSON::getProxy("PDBDownload", SBUUID("6F5D45C5-E76E-CDC8-52D5-D2821C128BE8")); // Print class constructors classProxy->print(); // Prints the interface classProxy->getInterface()->print();

      It will print the exposed functionality (constructor factory, interface functions, attributes) in the terminal (std::cout stream), like this:

      Class proxy: Name :PDBDownload UUID :23E5619D-CF88-CD8D-C516-725286102AF8 Element :PDBDownload Type :10 Factory: PDBDownload() Interface: download(std::string, std::string) downloadPdb(std::string) downloadPdb1(std::string) Attributes:

      You might need to allow the terminal with "--logconsole" flag when running SAMSON.

      If you have some problems with std::cout not printing to your terminal, you might print it yourself into std::cerr:

      // Print interface std::cerr << "Interface:\n"; auto functionMap = classProxy->getInterface()->getFunctionMap(); for (auto i = functionMap.begin(); i != functionMap.end(); ++i) std::cerr << i->getKey() << "\n"; // Print attributes std::cerr << "Attributes:\n"; auto attributeMap = classProxy->getInterface()->getAttributeMap(); for (auto i = attributeMap.begin(); i != attributeMap.end(); ++i) std::cerr << i->getKey() << "\n";
    • K

      Bug in SBMInteractionModelParticleSystem?
      Simulation • • Khoa

      4
      0
      Votes
      4
      Posts
      4380
      Views

      Stephane

      ok great!

    • A

      DLL dependencies of an Element
      Apps • • Alain

      4
      0
      Votes
      4
      Posts
      4524
      Views

      K

      From here you can solve your issue related to the dll file, what you need to do is check missing Burutter.dll and copy the setting and save the dll file setting in your PC then you are able to replying of dll files.

    • K

      Conversion from radian to degree does not work
      Apps • • Khoa

      4
      0
      Votes
      4
      Posts
      4070
      Views

      K

      Thanks.
      It helps.

      SBQuantity::radian radianValue(1.5); SBQuantity::degree degreeValue = radianValue * SBConstant::RadToDeg;
    • H

      Solved Adding SBAtoms to SBGroupNode
      Modeling • • Haichao

      4
      0
      Votes
      4
      Posts
      4040
      Views

      H

      Thanks, this solves my problem!

    • P

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

      4
      0
      Votes
      4
      Posts
      991
      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.

    • J

      Using IM-UFF
      SAMSON • • Joseph 1

      4
      1
      Votes
      4
      Posts
      1376
      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

    • S

      Autodock Vina PDBQT generation
      SAMSON Extensions • • Serena

      4
      0
      Votes
      4
      Posts
      1284
      Views

      DmitriyMarin

      Dear @Serena ,
      No, we do not use Open Babel or anything else for that. It is done by the AutoDock Vina Extended module.

    • A

      Not abe to install the application
      Getting started • • AntiDown

      4
      0
      Votes
      4
      Posts
      1255
      Views

      DmitriyMarin

      Dear @AntiDown ,

      Ok. I am glad it works for you now.
      Thank you for your reply!

    • A

      Could not load the Qt platform plugin "xcb" in "" even though it was found.
      Getting started • • Ahmet Can

      4
      0
      Votes
      4
      Posts
      1702
      Views

      DmitriyMarin

      Great! Thanks for letting us know.

    • 闽

      Installing samson in win11
      Getting started • • 闽乐

      4
      0
      Votes
      4
      Posts
      1188
      Views

      DmitriyMarin

      Dear @闽乐 ,

      In the new version, you can access the control parameters for the visual model via the Inspector. For that, simply select the Adenita visual model and open the Inspector - you can right-click on the Adenita visual model and choose Inspect in the context menu.

      See: User guide - Inspecting

    • E

      Animation - docking in Gaussian representation
      SAMSON Extensions • • Eva

      4
      0
      Votes
      4
      Posts
      1811
      Views

      DmitriyMarin

      Dear @Eva ,

      We have improved the performance of surface visual models (Gaussian, Solvent Accessible, and Solvent Excluded surfaces) in certain cases. For example, now animations with them should be much faster. The visual models should be automatically updated for you once you restart SAMSON.

    • A

      Export atom properties (charges, etc.) as a weight map
      Feature requests • • Afdeling

      4
      0
      Votes
      4
      Posts
      2769
      Views

      Admin

      Hi Luis, sorry for the delay! Could you please contact us at contact@samson-connect.net? It would be easier to chat / zoom about this so we can focus the development.
      Thanks!
      best,

      Stephane