Code Monkey home page Code Monkey logo

dftforge.jl's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rivertate

dftforge.jl's Issues

Print distance and vectors in J(r)

Currently, the J(r) output is printed as
Distance,J(r)
=>
Distance,J(r),x,y,z,Rx,Ry,Rz
where [x,y,z] is displacement in angstronm and [Rx,Ry,Rz] is cell vectors in integer numbers ex: (0,0,0), (0,1,0)

Completely remove HDF5 for MMAP

Though HDF5 is a helpful format, Julia in Linux system asks for libHDF5 install by root privilege (such as apt-get install libhdf5-dev).
Currently, DFTforge only needs HDF5 for MMAP (result export type is replaced MAT ->JLD2).

Julia MMAP can be done without HDF5, so removing HDF5 dependency may help user for easier install (HPC cluster account without root privilege is very common situation).


MMAP Julia Reference
https://docs.julialang.org/en/v1/stdlib/Mmap/index.html

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Overlapmatrix handling

When the eigenvalue of the overlap matrix (S) value is very small (like 1.0E-8), the small value of S should be handled very carefully.

Update support

Be sure to at least notify that the user needs to update it.
An automatic update would be great, but It would need some engineering.

Jx_postprocess.jl: Simplify input arguments

Currently, input argument takes

3_1,3_2,3_3 --baseatom 3

that means, from atom number 3 is center and obtain J for between 3 and [1,2,3].
So we may simplify as

1,2,3 --baseatom 3

Explain the meaning of the orbital index in OpenMX.

Explain the meaning of the orbital index in examples.

For an exmaple,

<Definition.of.Atomic.Species
Ni     Ni6.0S-s2p2d2f1  Ni_PBE13S

s2p2d2f1 represent 2 s orbitals, 2 p orbitals, 2 d orbitals, and 1 f orbital.
In this case, orbital index will be

1: s1
2: s2

px,py,pz
3,4,5: p1 
6,7,8: p2 

dz2,dx2y2,dxy,dyz,dxz
9,10,11,12,13: d1 
14,15,16,17,18: d2

19,20,21,22,23,24,25: f1

Embed TOML inside project

As the registered TOML Pkg is Old.
This https://github.com/wildart/TOML.jl/ works good but not registered project.
Therefore import TOML is not simple. User have to execute such as

julia>
import Pkg
Pkg.add("https://github.com/wildart/TOML.jl/")

, which is not favourable.

So make an ext folder and will clone it.

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.