Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Package to automate quantum mechanical calculations and molecular dynamics simulations of covalent drugs.
CovDrugSim
is a package that provides functionalities to automate quantum mechanical calculations and molecular dynamics simulations of covalent drugs.
Use pip
or conda
to install CovDrugSim
:
$ pip install covdrugsim
$ conda install -c conda-forge covdrugsim
covdrugsim
can be used to conduct quantum mechanical calculations and molecular dynamics simulations as follows:
from covdrugsim.qmCalc.genScript import genAllScripts
targetDirPath = '/mnt/c/Users/JonTing/exampleXYZs' # Absolute path to the directories containing all of your xyz files to be run
genAllScripts(targetDirPath, verbose=True)
Check out the notebook tutorial for further explanations and demonstrations!
Descriptions of source codes:
unitConv.py - Interconverts between kinetics and thermodynamic quantities (dGbarr, k, t_half, RT).
Typical workflow for a mechanism-based project where flexible molecules are involved would be:
energyLeveller.py - Draws energy profile diagrams. plotConfig.py - Stores configuration for figure-plotting functions. plotFigs.py - Plots figures for QM data analysis.
Detailed documentation and usage examples are hosted by Read the Docs.
CovDrugSim
appreciates your enthusiasm and welcomes your expertise!
Please check out the contributing guidelines and code of conduct. By contributing to this project, you agree to abide by its terms.
The project is distributed under an MIT License.
The package was created with cookiecutter
using the
The codes were written by Jonathan Yik Chang Ting for University of Queensland Bachelors of Advanced Science (Honours) CHEM6511 under the title "Molecular Modelling of Reversible Covalent Inhibition of Bruton’s Tyrosine Kinase by Cyanoacrylamides". Click on the title to see the details of the project.
Email: Jonathan.Ting@anu.edu.au
/jonting97@gmail.com
Feel free to reach out if you have any questions, suggestions, or feedback.
FAQs
Package to automate quantum mechanical calculations and molecular dynamics simulations of covalent drugs.
We found that covdrugsim demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.