Skip to main content

Questions tagged [python]

Questions about or related to Matter Modeling with Python or Python's relationship to Matter Modeling.

Filter by
Sorted by
Tagged with
9 votes
2 answers
233 views

I want to implement the numerical code to do the calculation, based on equation (1). $$Tr\left[ v\left( G^{R}-G^{A}\right) s \left( G^{R}\times G^{R}-G^{A}\times G^{A}\right) \right]\tag{1}$$ where, $...
Kieran's user avatar
4 votes
0 answers
71 views

I would like to export a visual representation (e.g. ORTEP) of a crystal structure from a .cif file to an image (preferably PDF) using the Python CSD API through Mercury, since I want to use that ...
user21101711's user avatar
3 votes
0 answers
41 views

i want to calculate quantum capacitance and surface charge density. i have already calculated density of states with dense grid using quantum espresso . can anyone please help me with the post ...
Farhan Yousaf's user avatar
2 votes
1 answer
120 views

This question is in continuation to my previous question here. I now have a code that works both in serial and in parallel (with MPI). However, I am now trying to implement a load-balancing system to ...
Hemanth Haridas's user avatar
4 votes
1 answer
106 views

Cross-posted (not exactly) on the LAMMPS forum. I am trying to develop a Python workflow that can perform multiple-walker simulations to optimize a set of parameters. I am using LAMMPS to perform my ...
Hemanth Haridas's user avatar
2 votes
0 answers
63 views

Could you please suggest a beginner friendly course type tutorial or training for latest ML and AI? Provided that the learner has basic concepts of Python and has around one month time (or so) for the ...
Sak's user avatar
1 vote
0 answers
95 views

Can you please help me solve this problem? I have optimised my structure without SOC. After doing the single point by turn on the soc, I am getting the following error. ERROR:You have set 162 value(s) ...
ZOYA's user avatar
5 votes
0 answers
124 views

I'm seeking help and advice because I'm trying to construct a tight-binding model for a finite system (i.e., without periodic boundary conditions), including two spin components and a non-Hermitian ...
Matteo Moioli's user avatar
6 votes
2 answers
411 views

I have several chemical formulas along with their names. I want to convert them (or retrieve from public databases if available) into SMILES by using Python code. I've done several searches on Google, ...
M.Vu's user avatar
2 votes
0 answers
76 views

I want to know how carrier concentrations for a given chemical potential range is computed using DOS and Fermi-Dirac distribution function from quantum ESPRESSO output. Can anyone kindly help me with ...
AbPhys's user avatar
5 votes
1 answer
111 views

Context I need to convert thousands of SMILES into SDF file using pybel via python scripts (several code lines below). ...
M.Vu's user avatar
2 votes
0 answers
73 views

When writing a Python script for ovito, to insert screw and edge dislocations, how to make sure that when changing the Burgers vector and dislocation line, the overall picture does not change, that is,...
Назар's user avatar
5 votes
2 answers
283 views

I use xyz2mol.py to convert an XYZ file to an RDKit mol object. But the problem is my sets of ligands with variable charge, which are not listed in the XYZ file. Is there any way I can determine the ...
Jabed A. Mohammed's user avatar
6 votes
1 answer
277 views

I am using LAMMPS and want to write a dump command that outputs atomic positions, forces, and total energy in a format that ASE (Atomic Simulation Environment) can read and attach a ...
11t's user avatar
3 votes
0 answers
165 views

I want to predict NIR spectra from SMILES With little to no background in computational chemistry I have been exploring open source tools for predicting NIR spectra of some molecules whose SMILES ...
kosmos's user avatar

15 30 50 per page
1
2 3 4 5
…
18