Git Product home page Git Product logo

surf's Introduction

Build and installation

Build using CMake in a separate directory (out of source build). That keeps the source tree clean and allows separating multiple builds. For a basic build, just do:

$ mkdir build
$ cd build
$ cmake .. [options]
$ make

Use make VERBOSE=1 to see the actual compilation commands.

Build options

Option Description
-DENABLE_OPENMP=ON Enable OpenMP support (on by default)

Installation is currently not supported, just run the binary from the build directory.

Input file

Possible input options: (have to be given in lower case (I know, I know) then ' = ' and then input value (see also tests directory))

option          valid keywords
------          --------------

task            surface_distribution - calculates instantaneous surface (string)

structure       XYZ coordinate input (needed with actual atom names) (string)

trajectory      either XYZ, or XTC file, if XYZ, each snapshot should be the same number of bytes as every other one

xdrread         activate XTC reading (integer, 0 - off, everything else - on)

batch           batch processing mode (three integers: start stop iteration, 0-based)

pbc             only orthogonal cells, expects three reals (x,y,z), default unit Bohr, if prepended by ANG or NM, angstrom or nano-meters can be given 
periodic        activate periodicity (integer, 0 - off, everything else - on)

resolution      expects real, giving grid spacing (only in Bohr!!!)

refmask         give atoms of one solute of which the distance to the surface will be calculated

mask            atoms used for surface construction
                    
                    atoms 1 6 8
                    indices 0 1 2 34

                    or similar

output          string: silent, normal, debug

surfxyz         turn on output of 2D surface as XYZ file (integer, 0 - off, 1 - two files, surface up and down without atoms, 2 - two files, surface up and down, with atoms)

surf's People

Contributors

fuulish avatar ondrejmarsalek avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.