Coder Social home page Coder Social logo

jcwang587 / xdatbus Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 41 MB

A Python package for enhancing VASP AIMD simulations and analysis

Home Page: https://xdatbus.readthedocs.io/en/latest/

License: MIT License

Python 90.56% Shell 1.83% Jupyter Notebook 7.60%
aimd metadynamics python vasp

xdatbus's Introduction

Hi there ๐Ÿ‘‹

Visit my personal webpage for more details about my experience.

  • ๐ŸŽ“ I am a UMass BTP Fellow and Douglas Fellow, currently a 4th-year Chemical Engineering Ph.D. candidate at UMass Amherst.
  • ๐Ÿ”‹ I am currently working on electrochemical systems for energy storage and conversion using computational methods.
  • โš›๏ธ I am interested in visualizing structural chemical data. You can view my work on my Sketchfab webpage.

Python Package

  • ๐ŸšŒ xdatbus - A Python package enhancing VASP AIMD simulation

Release PyPI Downloads

xdatbus's People

Contributors

dependabot[bot] avatar jcwang587 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

xdatbus's Issues

Functions for Metadynamics analysis

Several scripts are currently available for analyzing metadynamics results:

  1. fmtd01_xdc2xtc.py: Converts from the XDATCAR format to the .xtc trajectory, a compressed trajectory format from Gromacs.
  2. fmtd02_hillspot2hills.py: Converts from the VASP-supported hillspot/penaltypot format to the PLUMED-supported hills format.
  3. fmtd03_report_loader.py: Implements a loader function that reads and extracts CV information from VASP-supported report files. It currently supports multiple dimensions of CVs.

The expected functions for metadynamics:

  • Calculate 1D and 2D free energy profiles.
  • Track the time evolution of CVs (supports multiple dimensions) using extracted information from hills or report files.
  • Calculate the 3D free energy profiles, now taking into account the .cube output. This output should be compatible with various visualization software, such as VESTA.

Cannot import name 'xdc_aggregate' from partially initialized module 'xdatbus' (most likely due to a circular import)

Hi,

Thanks for sharing the tool!

I have accounted the following error on "cannot import the xdatbus". I have pip install xdatbus with 3.12.0 python in the created environment and it is running in Bash.

I am hoping to get insight from this. Thank you in advance!

Here is the details of the error:

(myenv) yuyan@perlmutter:login34:/bin/xdatbus/examples> pip install xdatbus
Requirement already satisfied: xdatbus in /global/homes/y/yuyan/.conda/envs/myenv/lib/python3.12/site-packages (0.0.43)
(myenv) yuyan@perlmutter:login34:
/bin/xdatbus/examples> python
Python 3.12.0 | packaged by Anaconda, Inc. | (main, Oct 2 2023, 17:29:18) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from xdatbus
File "", line 1
from xdatbus
^
SyntaxError: invalid syntax
import xdatbus
Traceback (most recent call last):
File "", line 1, in
File "/global/u2/y/yuyan/bin/xdatbus/examples/xdatbus.py", line 2, in
from xdatbus import xdc_aggregate, xdc_unwrap
ImportError: cannot import name 'xdc_aggregate' from partially initialized module 'xdatbus' (most likely due to a circular import) (/global/u2/y/yuyan/bin/xdatbus/examples/xdatbus.py)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.