VibrationalAnalysis

Vibrational analysis on PQ output.

https://github.com/molarverse/vibrationalanalysis.jl

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary

Keywords

computational-chemistry theoretical-chemistry
Last synced: 10 months ago · JSON representation ·

Repository

Vibrational analysis on PQ output.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 13
Topics
computational-chemistry theoretical-chemistry
Created about 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

codecov CI TagBot DOI

VibrationalAnalysis.jl

This package provides tools to perform vibrational analysis of molecules. It is based on the output of QMCFC and PQ molecular dynamics codes developed at the University of Innsbruck.

Installation

To install the package, run the following command in the Julia REPL: julia-repl julia> ] pkg> add VibrationalAnalysis

Intallation of the CLI

If you want to use the command line interface, you can install it by running the following command: julia-repl julia> using VibrationalAnalysis julia> VibrationalAnalysis.comonicon_install() Make sure you have ~/.julia/bin in your PATH.

Usage

julia-repl shell> vibrationalanalysis -h

Acknowledgements

This package was developed as part of the MolarVerse organization. Significant contributions were made by: - Josef M. Gallmetzer @galjos - Jakob Gamper @97gamjak - Thomas S. Hofer

Citation

If you use this package in your research, please cite it using the following DOI: 10.5281/zenodo.10829271

Owner

  • Name: In-Silico Chemistry Solutions - ICS
  • Login: MolarVerse
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- affiliation: "Universität Innsbruck"
  family-names: Gallmetzer
  given-names: Josef Maria
  orcid: 0000-0002-4185-7831
- affiliation: "Universität Innsbruck"
  family-names: Gamper
  given-names: Jakob
  orcid: 0000-0003-1136-2536
date-released: '2024-03-18'
doi: 10.5281/zenodo.10829271
license:
- mit
title: VibrationalAnalysis.jl
type: software
version: 0.1.5
url: https://github.com/MolarVerse/VibrationalAnalysis.jl

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 12
juliahub.com: VibrationalAnalysis

Vibrational analysis on PQ output.

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 10.1%
Dependent packages count: 36.9%
Average: 43.7%
Forks count: 53.5%
Stargazers count: 74.2%
Last synced: 10 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-processcoverage v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite