All Projects → qcxms → QCxMS

qcxms / QCxMS

Licence: LGPL-3.0, GPL-3.0 licenses found Licenses found LGPL-3.0 COPYING.LESSER GPL-3.0 COPYING
Quantum mechanic mass spectrometry calculation program

Programming Languages

fortran
972 projects

Projects that are alternatives of or similar to QCxMS

pylj
Teaching Utility for Classical Atomistic Simulation.
Stars: ✭ 23 (-8%)
Mutual labels:  molecular-dynamics, computational-chemistry
MDBenchmark
Quickly generate, start and analyze benchmarks for molecular dynamics simulations.
Stars: ✭ 64 (+156%)
Mutual labels:  molecular-dynamics, computational-chemistry
nequip
NequIP is a code for building E(3)-equivariant interatomic potentials
Stars: ✭ 312 (+1148%)
Mutual labels:  molecular-dynamics, computational-chemistry
isicle
In silico chemical library engine for high-accuracy chemical property prediction
Stars: ✭ 31 (+24%)
Mutual labels:  molecular-dynamics, computational-chemistry
Interactive Data Editor
A Software to interactively edit data in a graphical manner
Stars: ✭ 35 (+40%)
Mutual labels:  computational-chemistry
padelpy
A Python wrapper for PaDEL-Descriptor software
Stars: ✭ 121 (+384%)
Mutual labels:  computational-chemistry
openmm-tutorials
Quickstart Python tutorials helping molecular dynamics practitioners get up to speed with OpenMM
Stars: ✭ 37 (+48%)
Mutual labels:  molecular-dynamics
stda
stda program for computing excited states and response functions via simplified TD-DFT methods (sTDA, sTD-DFT, and SF-sTD-DFT)
Stars: ✭ 23 (-8%)
Mutual labels:  computational-chemistry
packmol
Packmol - Initial configurations for molecular dynamics simulations
Stars: ✭ 118 (+372%)
Mutual labels:  molecular-dynamics
philosopher
A complete toolkit for shotgun proteomics data analysis
Stars: ✭ 82 (+228%)
Mutual labels:  mass-spectrometry
QUICK
QUICK: A GPU-enabled ab intio quantum chemistry software package
Stars: ✭ 79 (+216%)
Mutual labels:  computational-chemistry
fftool
Tool to build force field input files for molecular simulation.
Stars: ✭ 84 (+236%)
Mutual labels:  molecular-dynamics
calphy
A Python library and command line interface for automated free energy calculations
Stars: ✭ 28 (+12%)
Mutual labels:  molecular-dynamics
enspara
Modeling molecular ensembles with scalable data structures and parallel computing
Stars: ✭ 28 (+12%)
Mutual labels:  molecular-dynamics
rawDiag
Brings Orbitrap Mass Spectrometry Data to Life; Multi-platform, Fast and Colorful R package.
Stars: ✭ 29 (+16%)
Mutual labels:  mass-spectrometry
awesome-molecular-dynamics
😎 A curated list of awesome Molecular Dynamics libraries, tools and software.
Stars: ✭ 76 (+204%)
Mutual labels:  molecular-dynamics
CellListMap.jl
Flexible implementation of cell lists to map the calculations of particle-pair dependent functions, such as forces, energies, neighbour lists, etc.
Stars: ✭ 62 (+148%)
Mutual labels:  molecular-dynamics
senpai
Molecular dynamics simulation software
Stars: ✭ 124 (+396%)
Mutual labels:  molecular-dynamics
ElMaven
LC-MS data processing tool for large-scale metabolomics experiments.
Stars: ✭ 84 (+236%)
Mutual labels:  mass-spectrometry
physical validation
Physical validation of molecular simulations
Stars: ✭ 37 (+48%)
Mutual labels:  molecular-dynamics

QCxMS

License Latest Version DOI DOI

This is the download repository for the QCxMS program.

Installation

Binary

Statically linked binaries (Intel Compiler 21.3.0) can be found at the latest release page.

Untar the zipped archive:

tar -xvzf QCxMS.vX.X.tar.xz

The following files are being extracted: qcxms pqcxms q-batch getres .XTBPARAM EXAMPLE

Place the executables into your $HOME/bin/ directory or path. Place the .XTBPARAM folder and .mass_raw.arg file into your $HOME directory (these files can appear to be hidden).

Conda

Conda Version

Installing qcxms from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge

Once the conda-forge channel has been enabled, qcxms can be installed with:

conda install qcxms

It is possible to list all of the versions of qcxms available on your platform with:

conda search qcxms --channel conda-forge

Meson

Using meson as build system requires you to install a fairly new version like 0.57.2 or newer. To use the default backend of meson you have to install ninja version 1.10 or newer.

export FC=ifort CC=icc
meson setup build -Dfortran_link_args=-static
ninja -C build 

This will build a static linked binary in the build folder. Copy the binary from build/qcxms file into a directory in your path, e.g. ~/bin/.

Documentation

A more detailed documentation on topics like input settings can be fond at read-the-docs. Examples to test QCxMS can be found in the EXAMPLES folder. Here, input and coordinate files are provided for either EI or CID run modes.

From QCEIMS to QCxMS:

  • All names have been changed from qceims.xxx to qcxms.xxx.
  • The q-batch, pqcxms and plotms script have been updated.
  • Collision induced dissociation (CID) calculations are now available. Set cid in the qcxms.in file (see documentation)

The tblite library for xTB calculations

  • The tblite library has been included into the program code. This keeps xtb up-to-date and decreases the computational time for calculations done with GFN1- and GFN2-xTB when compared to earlier versions.

Plotting Spectra

To evaluate the results and create a spectrum, download and use the PlotMS program. The documentation explains the basic functionalities of the program.

The program provides mass.agr, JCAMP-DX and .csv are files that can be analyzed. For visualization of the calculated spectra, we recommend the usage of the xmgrace program.

Updates

Versions PlotMS v.6.0 and higher now provide exact masses. Experimental files in .csv format can now be read and plotted against the computed spectra. The .mass_raw.agr file was moved to the PlotMS repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].