python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
XeLaTeX setup with fontspec in matplotlib
I am preparing figures for a manuscript where I would like to have precise control over the font used for each level of text. Specifically, I want to use different weights for e.g. tick labels and the...
ARGratrex
Votes: 0
Answers: 0
Splitting a mol2 text file for every nth occurrences of a string in bash and printing to subfiles
I am trying to separate a text file containing millions of molecules in mol2 format using bash. An example of the code below is shown. The repeating string is @<TRIPOS>MOLECULE so I would like t...
ADFranzen
Votes: 0
Answers: 1
Why is If statement not working in Monte Carlo simulation?
I'm fairly new to python and am trying to run molecular dynamics simulation using Monte Carlo method wherein I construct a symmetrical system and slightly perturb a random particle and calculate the c...
lleo10
Votes: 0
Answers: 1
How to prevent the script from running the files it produced?
I'm writing a script to run AutoDock Vina. The script will look for all files with .pdbqt ending with ligand in front of it. When the script is run, it produces an output file with the same name of th...
Carlos Ventura
Votes: 0
Answers: 1