Skip to content

sbinet-staging/gochimithequeutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

gochimithequeutils

Installation

$> go get github.com/tbellembois/gochimithequeutils/...

Installation of python bindings

$> cd $GOPATH/src/github.com/tbellembois/gochimithequeutils
$> go generate

$> export GODEBUG=cgocheck=0
$> python
>>> import chimitheque as ch
>>> print(ch.__doc__)
Package chimitheque provides useful chemistry related utilities.

>>> ch.LinearToEmpiricalFormula("CH3")
'CH3'

About

Chimithèque utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%