Sponsored Content
Full Discussion: Quantum/Unix
Top Forums UNIX for Dummies Questions & Answers Quantum/Unix Post 25541 by jobeus on Wednesday 31st of July 2002 03:22:53 PM
Old 07-31-2002
Ack, you replied before I had. Whoops.

Anyways, yeah, in answer to your last question, any OS should be able to be designed to handle the Quantum Computing ways, though none of them now would be able to support such a venture.

In classical computer, there's two states of a bit, 0 or 1. It's always either a 0 or a 1. Never anything else. In Quantum computing, it can be a 0, a 1, or both. The idea revolves around the chances of 'seeing' a 0 vs. the chances of 'seeing' a 1. Say, if you queried a "qubit" to see what was there 1000 times, you could possibly see a 0 500 time and a 1 500 times, giving a 50-50 ratio.

Because of this phenomenon, it opens the world of computing up to a wide range of problems that previously took problems that were "polynomial hard" and makes them "linear hard".

What OS will be running on them will remain to be seen. But it will have to be something new. Something likely we've never seen before.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Anyone have experience with Quantum DLT8000

I know this is off subject, but I have been having fits with a Quantum M1500 library with DTL8000 drives, and figured that some of you have had some experience with them. Thanks, Chuck (1 Reply)
Discussion started by: 98_1LE
1 Replies

2. Filesystems, Disks and Memory

Quantum Firware Flash

Tried to use some 18gb Quantum Atlas III's (TD18J011) in my RS/6000's but resulted in horribly slow bootup times. These were Auspex pulls. Anyone know availability of firmware updates for these? No luck searching so far. Not sure if this would help with original problem, but worth the shot.... (0 Replies)
Discussion started by: mooshkie
0 Replies

3. UNIX for Dummies Questions & Answers

SLURM script for quantum espresso

Hello everyone. I am trying to submit a job on quantum espresso program on a SLURM environment (parallel computing); of course SBATCH is used. I am a UNIX dummy and not sure if my script is right but i keep getting the error: sbatch: error: Batch job submission failed: job has invalid account. The... (0 Replies)
Discussion started by: lebphys78
0 Replies

4. UNIX for Dummies Questions & Answers

Quantum tape drive

Hi, Using Redhat 5.7. I have Quantum tape drive connected to the server. I am trying to install the Netbackup software. Just wondering how can I see the Quantum is connected to the server. is any command I run to see the tape drive is connected? I used to work on Solaris, I used to do... (1 Reply)
Discussion started by: samnyc
1 Replies
SCHED_4BSD(4)						   BSD Kernel Interfaces Manual 					     SCHED_4BSD(4)

NAME
sched_4bsd -- 4.4BSD scheduler SYNOPSIS
options SCHED_4BSD DESCRIPTION
The sched_4bsd scheduler is the traditional system scheduler, providing both high throughput and solid interactive response in the presence of load. The following sysctls are relevant to the operation of sched_4bsd: kern.sched.name This read-only sysctl reports the name of the active scheduler. kern.sched.quantum This read-write sysctl reports or sets the length of the quantum (in micro-seconds) granted to a thread. kern.sched.ipiwakeup.enabled This read-write sysctl sets whether or not the scheduler will generate an inter-processor interrupt (IPI) to an idle CPU when a thread is woken up. Otherwise, idle CPUs will wait until the next clock tick before looking for new work. kern.sched.preemption This read-only sysctl reports whether or not the kernel is configured to support preemption, which reduces the latency to run lower priority threads on wakeup. Some sysctls will be available only on systems supporting SMP. SEE ALSO
sched_ule(4), sysctl(8) HISTORY
The sched_4bsd scheduler has been present, in various forms, since the inception of BSD. BUGS
While a highly robust and time-tested scheduler, sched_4bsd lacks specific knowledge of how to schedule advantageously in non-symmetric pro- cessor configurations, such as hyper-threading. BSD
January 21, 2008 BSD
All times are GMT -4. The time now is 02:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy