Coder Social home page Coder Social logo

calypso_auto_split's People

Contributors

hjzfree avatar tongqcx avatar

Stargazers

 avatar

Watchers

 avatar

calypso_auto_split's Issues

Q&A

def Run_single_step(self):
self.run_calypso()
for i in range(self.num_jobs):
self.set_vaspjobs(i + 1)
self.submit_vasp(i + 1)
index = self.num_jobs
#while index < self.PopSize:
nover = 0
mover = 0
tover = 0
while True:
time.sleep(self.sleeptime)
tover += 1
jobs_num = self.get_job_num()
if jobs_num == 0:
nover += 1
if nover == 10:
break
if tover == self.count:
os.system("killall %s" % self.vaspcmd)
break
print jobs_num,index
if jobs_num < self.num_jobs:
mover += 1
if (index < self.PopSize and mover == 2):
index += 1
self.set_vaspjobs(index)
self.submit_vasp(index)
mover = 0
nover = 0
tover = 0
self.deal_vasp()

I do not understand the means of nover in " if nover == 10 break "
why nover is 10 instead of another
why mover is 2 instead of another

proposal

the name of this repository calypso_auto_split
the name of main file caly_auto_split
they are different and make me confused
you should change one of them

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.